Completed
Pull Request — 2.x (#655)
by
unknown
13:19
created
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/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.
src/ZfcUser/Factory/Authentication/Storage/DbFactory.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
      * 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.