Completed
Push — 3.x ( b13c7c )
by Daniel
07:33
created
src/ZfcUser/Authentication/Adapter/Db.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
     /**
47 47
      * @param EventInterface $e
48
-     * @return bool
48
+     * @return null|false
49 49
      */
50 50
     public function authenticate(EventInterface $e)
51 51
     {
Please login to merge, or discard this patch.
src/ZfcUser/Authentication/Storage/Db.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,6 @@
 block discarded – undo
169 169
     /**
170 170
      * Set service manager instance
171 171
      *
172
-     * @param ContainerInterface $locator
173 172
      * @return void
174 173
      */
175 174
     public function setServiceManager(ContainerInterface $serviceManager)
Please login to merge, or discard this patch.