Test Failed
Pull Request — master (#2)
by Evgeny
02:47
created
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.