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.
tests/bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 
12 12
 use Cake\Core\Configure;
13
-use Cake\Core\Plugin;
14 13
 use Cake\Mailer\Email;
15 14
 use Cake\Utility\Security;
16 15
 
Please login to merge, or discard this patch.