Test Setup Failed
Push — master ( bced77...be54f8 )
by Evgeny
05:41
created
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.