Completed
Push — master ( 930ec3...37c441 )
by Evgeny
03:09
created
src/Service/Service.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
      * Build router settings.
320 320
      * This implementation build action map for resource routes based on Service actions.
321 321
      *
322
-     * @return array
322
+     * @return callable
323 323
      */
324 324
     public function routerDefaultOptions()
325 325
     {
@@ -538,6 +538,7 @@  discard block
 block discarded – undo
538 538
     }
539 539
 
540 540
     /**
541
+     * @param Result $value
541 542
      * @return \CakeDC\Api\Service\Action\Result
542 543
      */
543 544
     public function result($value = null)
@@ -559,7 +560,7 @@  discard block
 block discarded – undo
559 560
      * Fill up response and stop execution.
560 561
      *
561 562
      * @param Result $result A Result instance.
562
-     * @return Response
563
+     * @return \Cake\Network\Response
563 564
      */
564 565
     public function respond($result = null)
565 566
     {
Please login to merge, or discard this patch.