@@ -93,7 +93,7 @@ |
||
93 | 93 | * Grab the user from the mapper |
94 | 94 | * |
95 | 95 | * @param string $value |
96 | - * @return mixed |
|
96 | + * @return \LmcUser\Entity\UserInterface |
|
97 | 97 | */ |
98 | 98 | protected function query($value) |
99 | 99 | { |
@@ -69,7 +69,7 @@ |
||
69 | 69 | /** |
70 | 70 | * setMessages |
71 | 71 | * |
72 | - * @param array $messages |
|
72 | + * @param string[] $messages |
|
73 | 73 | * @return AdapterChainEvent |
74 | 74 | */ |
75 | 75 | public function setMessages($messages = []) |