Completed
Push — 1.x ( 647e2f...f3d5fa )
by Daniel
11s
created
src/ZfcUser/Factory/AuthenticationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * Create service
19 19
      *
20 20
      * @param ServiceLocatorInterface $serviceLocator
21
-     * @return mixed
21
+     * @return \Zend\Authentication\AuthenticationService
22 22
      */
23 23
     public function createService(ServiceLocatorInterface $serviceLocator)
24 24
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Controller/Plugin/ZfcUserAuthentication.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
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceManager
22
-     * @return mixed
22
+     * @return Controller\Plugin\ZfcUserAuthentication
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceManager)
25 25
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Mapper/User.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
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceLocator
22
-     * @return mixed
22
+     * @return Mapper\User
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceLocator)
25 25
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/UserHydrator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * Create service
19 19
      *
20 20
      * @param ServiceLocatorInterface $serviceLocator
21
-     * @return mixed
21
+     * @return \Zend\Stdlib\Hydrator\ClassMethods
22 22
      */
23 23
     public function createService(ServiceLocatorInterface $serviceLocator)
24 24
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/View/Helper/ZfcUserDisplayName.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
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceManager
22
-     * @return mixed
22
+     * @return View\Helper\ZfcUserDisplayName
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceManager)
25 25
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/View/Helper/ZfcUserIdentity.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
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceManager
22
-     * @return mixed
22
+     * @return View\Helper\ZfcUserIdentity
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceManager)
25 25
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/View/Helper/ZfcUserLoginWidget.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
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $serviceManager
22
-     * @return mixed
22
+     * @return View\Helper\ZfcUserLoginWidget
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $serviceManager)
25 25
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Controller/UserControllerFactory.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
      * Create service
20 20
      *
21 21
      * @param ServiceLocatorInterface $controllerManager
22
-     * @return mixed
22
+     * @return UserController
23 23
      */
24 24
     public function createService(ServiceLocatorInterface $controllerManager)
25 25
     {
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.