Test Failed
Push — master ( 8a12a1...341f45 )
by Björn
26:21 queued 06:45
created
module/Admin/src/Admin/Factory/ClientsControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @param ServiceLocatorInterface $serviceLocator
28 28
      *
29
-     * @return mixed
29
+     * @return ClientsController
30 30
      */
31 31
     public function createService(ServiceLocatorInterface $serviceLocator)
32 32
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/ClientsTableFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param ServiceLocatorInterface $serviceLocator
37 37
      *
38
-     * @return Admin\Model\ClientsTable
38
+     * @return ClientsTable
39 39
      */
40 40
     public function createService(ServiceLocatorInterface $serviceLocator)
41 41
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/SettingsControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @param ServiceLocatorInterface $serviceLocator
28 28
      *
29
-     * @return mixed
29
+     * @return SettingsController
30 30
      */
31 31
     public function createService(ServiceLocatorInterface $serviceLocator)
32 32
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/SettingsTableFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param ServiceLocatorInterface $serviceLocator
37 37
      *
38
-     * @return Admin\Model\SettingsTable
38
+     * @return SettingsTable
39 39
      */
40 40
     public function createService(ServiceLocatorInterface $serviceLocator)
41 41
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/UserProfileTableFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param ServiceLocatorInterface $serviceLocator
37 37
      *
38
-     * @return Admin\Model\UserProfileTable
38
+     * @return UserProfileTable
39 39
      */
40 40
     public function createService(ServiceLocatorInterface $serviceLocator)
41 41
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/UsersControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @param ServiceLocatorInterface $serviceLocator
28 28
      *
29
-     * @return mixed
29
+     * @return UsersController
30 30
      */
31 31
     public function createService(ServiceLocatorInterface $serviceLocator)
32 32
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/UserTableFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      *
36 36
      * @param ServiceLocatorInterface $serviceLocator
37 37
      *
38
-     * @return Admin\Model\UserTable
38
+     * @return UserTable
39 39
      */
40 40
     public function createService(ServiceLocatorInterface $serviceLocator)
41 41
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Factory/ZfcuserControllerFactory.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,9 +24,8 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Create service
26 26
      *
27
-     * @param ServiceLocatorInterface $serviceLocator
28 27
      *
29
-     * @return mixed
28
+     * @return ZfcuserController
30 29
      * /
31 30
     public function createService(ServiceLocatorInterface $serviceLocator)
32 31
     {
@@ -38,7 +37,7 @@  discard block
 block discarded – undo
38 37
      * Create service
39 38
      *
40 39
      * @param ServiceLocatorInterface $controllerManager
41
-     * @return mixed
40
+     * @return ZfcuserController
42 41
      */
43 42
     public function createService(ServiceLocatorInterface $controllerManager)
44 43
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Form/RequestPasswordResetForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * Set Authentication-related Options
103 103
      *
104 104
      * @param  AuthenticationOptionsInterface $authOptions
105
-     * @return Login
105
+     * @return RequestPasswordResetForm
106 106
      */
107 107
     public function setAuthenticationOptions(AuthenticationOptionsInterface $authOptions)
108 108
     {
Please login to merge, or discard this patch.