Completed
Pull Request — master (#441)
by Lloric Mayuga
01:31
created
src/Tools/ResponseStrategies/ResponseCallStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      * @param Route $route
64 64
      * @param array $bindings
65 65
      *
66
-     * @return mixed
66
+     * @return string
67 67
      */
68 68
     protected function replaceUrlParameterBindings(Route $route, $bindings)
69 69
     {
Please login to merge, or discard this patch.
src/Tools/Generator.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
     /**
15 15
      * @param Route $route
16 16
      *
17
-     * @return mixed
17
+     * @return string
18 18
      */
19 19
     public function getUri(Route $route)
20 20
     {
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param  \Illuminate\Routing\Route $route
36
-     * @param array $apply Rules to apply when generating documentation for this route
37 36
      *
38 37
      * @return array
39 38
      */
Please login to merge, or discard this patch.