Test Failed
Push — master ( 8a12a1...341f45 )
by Björn
26:21 queued 06:45
created
module/Admin/src/Admin/Model/Clients.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
      * Set service manager instance
291 291
      *
292 292
      * @param  ServiceManager $serviceManager
293
-     * @return User
293
+     * @return Clients
294 294
      */
295 295
     public function setServiceManager(ServiceManager $serviceManager)
296 296
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Model/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
   *
51 51
      * @param  array   $data
52 52
      * @param  boolean $forceEncryptPassword
53
-     * @return \Admin\Entity\User
53
+     * @return User
54 54
      */
55 55
     public function exchangeArray($data = array(), $forceEncryptPassword = false)
56 56
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/Model/UserProfile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -373,7 +373,7 @@
 block discarded – undo
373 373
      * Set service manager instance
374 374
      *
375 375
      * @param  ServiceManager $serviceManager
376
-     * @return User
376
+     * @return UserProfile
377 377
      */
378 378
     public function setServiceManager(ServiceManager $serviceManager)
379 379
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/View/Helper/isallowed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * Set authService.
67 67
      *
68 68
      * @param  AuthenticationService $authService
69
-     * @return \ZfcUser\View\Helper\ZfcUserIdentity
69
+     * @return Isallowed
70 70
      */
71 71
     public function setAuthService(AuthenticationService $authService)
72 72
     {
Please login to merge, or discard this patch.
module/Admin/src/Admin/View/Helper/isdenied.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      * __invoke
29 29
      *
30 30
      * @access public
31
-     * @return \ZfcUser\Entity\UserInterface
31
+     * @return boolean
32 32
      */
33 33
     public function __invoke( $resource )
34 34
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * Set authService.
67 67
      *
68 68
      * @param  AuthenticationService $authService
69
-     * @return \ZfcUser\View\Helper\ZfcUserIdentity
69
+     * @return Isdenied
70 70
      */
71 71
     public function setAuthService(AuthenticationService $authService)
72 72
     {
Please login to merge, or discard this patch.
Application/src/Application/Controller/Traits/ControllerToolbarTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
      * set a single toolbar items for a specific action
52 52
      * 
53 53
      * @param array|\Zend\Mvc\AbstractPage $action
54
-     * @param string $title
55 54
      * @return self
56 55
      */
57 56
     public function setToolbarItem($action, $item) 
Please login to merge, or discard this patch.
Application/src/Application/Controller/Traits/ControllerTranslatorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,9 +57,9 @@
 block discarded – undo
57 57
     /**
58 58
      * return translated content
59 59
      * 
60
-     * @param string $translator
61 60
      * @param string $textdomain
62 61
      * @param string $locale
62
+     * @param string $message
63 63
      * @return string
64 64
      */
65 65
     public function translate($message, $textdomain = 'default', $locale = null) 
Please login to merge, or discard this patch.
module/Application/src/Application/Factory/IndexControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @param ServiceLocatorInterface $serviceLocator
14 14
      *
15
-     * @return mixed
15
+     * @return IndexController
16 16
      */
17 17
     public function createService(ServiceLocatorInterface $serviceLocator)
18 18
     {
Please login to merge, or discard this patch.
module/Application/src/Application/Factory/SetupControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @param ServiceLocatorInterface $serviceLocator
14 14
      *
15
-     * @return mixed
15
+     * @return SetupController
16 16
      */
17 17
     public function createService(ServiceLocatorInterface $serviceLocator)
18 18
     {
Please login to merge, or discard this patch.