Completed
Push — master ( 806721...6730ca )
by Ivannis Suárez
02:29
created
Tests/Fixtures/Message/LoginUserMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
     {
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
@@ -29,7 +29,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Tests/Fixtures/Message/RemoveUserMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Tests/Fixtures/Message/UserMessageValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.