Completed
Push — revert-661-bugfix/redirect-not... ( d145b3 )
by Daniel
11:52
created
src/ZfcUser/Controller/UserController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
433 433
 
434 434
     /**
435 435
      * Get changeEmailForm.
436
-     * @return ChangeEmailForm
436
+     * @return FormInterface
437 437
      */
438 438
     public function getChangeEmailForm()
439 439
     {
@@ -456,7 +456,7 @@  discard block
 block discarded – undo
456 456
     }
457 457
 
458 458
     /**
459
-     * @param $serviceLocator
459
+     * @param \Interop\Container\ContainerInterface $serviceLocator
460 460
      */
461 461
     public function setServiceLocator($serviceLocator)
462 462
     {
Please login to merge, or discard this patch.
src/ZfcUser/EventManager/EventProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * Set the event manager instance used by this context
17 17
      *
18 18
      * @param  EventManagerInterface $events
19
-     * @return mixed
19
+     * @return EventProvider
20 20
      */
21 21
     public function setEventManager(EventManagerInterface $events)
22 22
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Authentication/Storage/DbFactory.php 2 patches
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace ZfcUser\Factory\Authentication\Storage;
4 4
 
5 5
 use Interop\Container\ContainerInterface;
6
-use Interop\Container\Exception\ContainerException;
7
-use Zend\ServiceManager\Exception\ServiceNotCreatedException;
8
-use Zend\ServiceManager\Exception\ServiceNotFoundException;
9 6
 use Zend\ServiceManager\Factory\FactoryInterface;
10 7
 use Zend\ServiceManager\ServiceLocatorInterface;
11 8
 use ZfcUser\Authentication\Storage\Db;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * Create service
14 14
      *
15 15
      * @param ServiceLocatorInterface $serviceLocator
16
-     * @return mixed
16
+     * @return Db
17 17
      */
18 18
     public function createService(ServiceLocatorInterface $serviceLocator)
19 19
     {
Please login to merge, or discard this patch.
src/ZfcUser/Form/ProvidesEventsForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * Set the event manager instance used by this context
15 15
      *
16 16
      * @param  EventManagerInterface $events
17
-     * @return mixed
17
+     * @return ProvidesEventsForm
18 18
      */
19 19
     public function setEventManager(EventManagerInterface $events)
20 20
     {
Please login to merge, or discard this patch.
src/ZfcUser/InputFilter/ProvidesEventsInputFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * Set the event manager instance used by this context
14 14
      *
15 15
      * @param  EventManagerInterface $events
16
-     * @return mixed
16
+     * @return ProvidesEventsInputFilter
17 17
      */
18 18
     public function setEventManager(EventManagerInterface $events)
19 19
     {
Please login to merge, or discard this patch.