@@ -39,8 +39,8 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * LoginUserCommand constructor. |
| 41 | 41 | * |
| 42 | - * @param $email |
|
| 43 | - * @param $password |
|
| 42 | + * @param string $email |
|
| 43 | + * @param string $password |
|
| 44 | 44 | */ |
| 45 | 45 | public function __construct($email, $password) |
| 46 | 46 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * LogoutUserCommand constructor. |
| 30 | 30 | * |
| 31 | - * @param $email |
|
| 31 | + * @param string $email |
|
| 32 | 32 | */ |
| 33 | 33 | public function __construct($email) |
| 34 | 34 | { |