Test Failed
Push — master ( b12f23...9cc857 )
by Evgeny
05:34 queued 02:43
created
src/Middleware/ApiMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Zend\Diactoros\Response\RedirectResponse;
11 11
 use Cake\Http\RequestTransformer;
12 12
 use Cake\Http\ResponseTransformer;
13
-
14 13
 use CakeDC\Api\Service\ConfigReader;
15 14
 use CakeDC\Api\Service\ServiceRegistry;
16 15
 
Please login to merge, or discard this patch.
src/Service/Service.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
      * Build router settings.
356 356
      * This implementation build action map for resource routes based on Service actions.
357 357
      *
358
-     * @return array
358
+     * @return callable
359 359
      */
360 360
     public function routerDefaultOptions()
361 361
     {
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
      * Fill up response and stop execution.
592 592
      *
593 593
      * @param Result $result A Result instance.
594
-     * @return Response
594
+     * @return \Cake\Network\Response
595 595
      */
596 596
     public function respond($result = null)
597 597
     {
Please login to merge, or discard this patch.