Test Setup Failed
Push — master ( 4700e4...a7e017 )
by Yelitza
02:16 queued 22s
created
Integration/Service/Action/Extension/CursorPaginationExtensionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @param $count
165
+     * @param integer $count
166 166
      */
167 167
     protected function _addData($count)
168 168
     {
Please login to merge, or discard this patch.
src/Service/Action/Result.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -212,6 +212,7 @@
 block discarded – undo
212 212
     /**
213 213
      * Gets a result payload.
214 214
      *
215
+     * @param string $key
215 216
      * @return array|mixed Payload
216 217
      */
217 218
     public function getPayload($key = null)
Please login to merge, or discard this patch.
src/Service/Service.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -461,7 +461,7 @@
 block discarded – undo
461 461
      * Build router settings.
462 462
      * This implementation build action map for resource routes based on Service actions.
463 463
      *
464
-     * @return array
464
+     * @return callable
465 465
      */
466 466
     public function routerDefaultOptions()
467 467
     {
Please login to merge, or discard this patch.
src/Service/Action/Auth/ResetPasswordRequestAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Execute action.
69 69
      *
70
-     * @return mixed
70
+     * @return string
71 71
      * @throws Exception
72 72
      */
73 73
     public function execute()
Please login to merge, or discard this patch.
src/Service/Action/Auth/ValidateAccountAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Execute action.
69 69
      *
70
-     * @return mixed
70
+     * @return string
71 71
      * @throws Exception
72 72
      */
73 73
     public function execute()
Please login to merge, or discard this patch.
src/Service/Action/Auth/ValidateAccountRequestAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Execute action.
69 69
      *
70
-     * @return mixed
70
+     * @return string
71 71
      * @throws Exception
72 72
      */
73 73
     public function execute()
Please login to merge, or discard this patch.