@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * LoginUserMessage constructor. |
32 | 32 | * |
33 | - * @param $email |
|
33 | + * @param string $email |
|
34 | 34 | */ |
35 | 35 | public function __construct($email) |
36 | 36 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * LogoutUserMessage constructor. |
31 | 31 | * |
32 | - * @param $email |
|
32 | + * @param string $email |
|
33 | 33 | */ |
34 | 34 | public function __construct($email) |
35 | 35 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * RemoveUserMessage constructor. |
32 | 32 | * |
33 | - * @param $email |
|
33 | + * @param string $email |
|
34 | 34 | */ |
35 | 35 | public function __construct($email) |
36 | 36 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * @param LoginUserMessage $event |
27 | 27 | * |
28 | - * @return bool |
|
28 | + * @return boolean|null |
|
29 | 29 | */ |
30 | 30 | public function loginUserValidator(LoginUserMessage $event) |
31 | 31 | { |