Completed
Push — master ( 1c1ea4...8e6a88 )
by
unknown
12:04 queued 09:48
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.