Completed
Branch master (1dc414)
by Ivannis Suárez
04:23
created
Tests/Fixtures/Command/LoginUserCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Tests/Fixtures/Command/LogoutUserCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.