Completed
Push — master ( d296b3...e0860c )
by Mat
14s queued 10s
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/Factory/Mapper/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * Create service
37 37
      *
38 38
      * @param  ServiceLocatorInterface $serviceLocator
39
-     * @return mixed
39
+     * @return Mapper\User
40 40
      */
41 41
     public function createService(ServiceLocatorInterface $serviceLocator)
42 42
     {
Please login to merge, or discard this patch.