Skip to content
Snippets Groups Projects
Unverified Commit e0498435 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix wrong documented type

parent ee247753
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ class IMAPMessage implements IMessage, JsonSerializable { ...@@ -145,7 +145,7 @@ class IMAPMessage implements IMessage, JsonSerializable {
} }
/** /**
* @param string $flags * @param array $flags
* *
* @throws Exception * @throws Exception
* *
......
...@@ -46,7 +46,7 @@ interface IMessage { ...@@ -46,7 +46,7 @@ interface IMessage {
public function getFlags(): array; public function getFlags(): array;
/** /**
* @param string $flags * @param array $flags
*/ */
public function setFlags(array $flags); public function setFlags(array $flags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment