Completed
Pull Request — master (#5)
by Al3x
03:49
created
src/LmcUser/Validator/AbstractRecord.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * Grab the user from the mapper
94 94
      *
95 95
      * @param  string $value
96
-     * @return mixed
96
+     * @return \LmcUser\Entity\UserInterface
97 97
      */
98 98
     protected function query($value)
99 99
     {
Please login to merge, or discard this patch.
src/LmcUser/Authentication/Adapter/AdapterChainEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     /**
70 70
      * setMessages
71 71
      *
72
-     * @param  array $messages
72
+     * @param  string[] $messages
73 73
      * @return AdapterChainEvent
74 74
      */
75 75
     public function setMessages($messages = [])
Please login to merge, or discard this patch.