Completed
Pull Request — master (#531)
by
unknown
01:35
created
src/Tools/Generator.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * @param Route $route
30 30
      *
31
-     * @return mixed
31
+     * @return string
32 32
      */
33 33
     public function getUri(Route $route)
34 34
     {
@@ -47,7 +47,6 @@  discard block
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * @param  \Illuminate\Routing\Route $route
50
-     * @param array $apply Rules to apply when generating documentation for this route
51 50
      *
52 51
      * @return array
53 52
      */
@@ -95,7 +94,7 @@  discard block
 block discarded – undo
95 94
      * @param ReflectionMethod $method
96 95
      * @param array $tags
97 96
      *
98
-     * @return array
97
+     * @return Route
99 98
      */
100 99
     protected function getUriParameters(ReflectionMethod $method, array $tags)
101 100
     {
Please login to merge, or discard this patch.