Completed
Push — master ( 7c00aa...d8aae5 )
by Ivannis Suárez
19:41
created
Tests/Fixtures/Message/LoginUserMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * LogoutUserCommand constructor.
29 29
      *
30
-     * @param $email
30
+     * @param string $email
31 31
      */
32 32
     public function __construct($email)
33 33
     {
Please login to merge, or discard this patch.
Tests/Fixtures/Message/LogoutUserMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * LogoutUserCommand constructor.
29 29
      *
30
-     * @param $email
30
+     * @param string $email
31 31
      */
32 32
     public function __construct($email)
33 33
     {
Please login to merge, or discard this patch.