Completed
Pull Request — develop (#274)
by
unknown
11:40
created
module/Auth/src/Auth/Dependency/Manager.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,9 +20,7 @@  discard block
 block discarded – undo
20 20
     const EVENT_REMOVE_ITEMS = 'removeItems';
21 21
 
22 22
     /**
23
-     * @param User $user
24
-     * @param Router $router
25
-     * @return ListInterface[]
23
+     * @return \Zend\EventManager\ResponseCollection
26 24
      */
27 25
     public function getLists()
28 26
     {
@@ -31,7 +29,6 @@  discard block
 block discarded – undo
31 29
  
32 30
     /**
33 31
      * @param User $user
34
-     * @param Router $router
35 32
      * @return \Zend\EventManager\ResponseCollection
36 33
      */
37 34
     public function removeItems(User $user)
Please login to merge, or discard this patch.
module/Auth/src/Auth/Factory/Controller/RemoveControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @param ServiceLocatorInterface $serviceLocator
21 21
      *
22
-     * @return UsersController
22
+     * @return \Auth\Controller\RemoveController
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceLocator)
25 25
     {
Please login to merge, or discard this patch.