Completed
Push — master ( 097525...bf2c3a )
by Marcel
07:01
created
src/Mpociot/ApiDoc/Generators/AbstractGenerator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @param  $route
57
+     * @param  Route $route
58 58
      *
59 59
      * @return \Illuminate\Http\Response
60 60
      */
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
      * @param  string  $rule
412 412
      * @param  string  $parameter
413 413
      *
414
-     * @return array
414
+     * @return string
415 415
      */
416 416
     protected function parseParameters($rule, $parameter)
417 417
     {
Please login to merge, or discard this patch.