@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @param null $rule |
|
80 | + * @param string $rule |
|
81 | 81 | * |
82 | 82 | * @return static |
83 | 83 | */ |
@@ -46,7 +46,7 @@ |
||
46 | 46 | * |
47 | 47 | * @param bool $disable |
48 | 48 | * |
49 | - * @return void |
|
49 | + * @return boolean |
|
50 | 50 | */ |
51 | 51 | public function prepareMiddleware($disable = true) |
52 | 52 | { |
@@ -40,7 +40,6 @@ discard block |
||
40 | 40 | /** |
41 | 41 | * Prepares / Disables route middlewares. |
42 | 42 | * |
43 | - * @param bool $disable |
|
44 | 43 | * |
45 | 44 | * @return void |
46 | 45 | */ |
@@ -49,9 +48,9 @@ discard block |
||
49 | 48 | /** |
50 | 49 | * Get the response from the docblock if available. |
51 | 50 | * |
52 | - * @param array $tags |
|
51 | + * @param Tag[] $tags |
|
53 | 52 | * |
54 | - * @return mixed |
|
53 | + * @return null|\Symfony\Component\HttpFoundation\Response |
|
55 | 54 | */ |
56 | 55 | protected function getDocblockResponse($tags) |
57 | 56 | { |
@@ -98,7 +97,7 @@ discard block |
||
98 | 97 | } |
99 | 98 | |
100 | 99 | /** |
101 | - * @param $route |
|
100 | + * @param \Illuminate\Routing\Route $route |
|
102 | 101 | * @param $bindings |
103 | 102 | * @param $headers |
104 | 103 | * |
@@ -516,7 +515,7 @@ discard block |
||
516 | 515 | * @param string $rule |
517 | 516 | * @param string $parameter |
518 | 517 | * |
519 | - * @return array |
|
518 | + * @return string |
|
520 | 519 | */ |
521 | 520 | protected function parseParameters($rule, $parameter) |
522 | 521 | { |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * @param Route $route |
33 | 33 | * |
34 | - * @return mixed |
|
34 | + * @return string |
|
35 | 35 | */ |
36 | 36 | public function getMethods($route) |
37 | 37 | { |
@@ -101,7 +101,6 @@ discard block |
||
101 | 101 | /** |
102 | 102 | * Prepares / Disables route middlewares. |
103 | 103 | * |
104 | - * @param bool $disable |
|
105 | 104 | * |
106 | 105 | * @return void |
107 | 106 | */ |
@@ -146,7 +145,7 @@ discard block |
||
146 | 145 | /** |
147 | 146 | * Get a response from the transformer tags. |
148 | 147 | * |
149 | - * @param array $tags |
|
148 | + * @param Tag[] $tags |
|
150 | 149 | * |
151 | 150 | * @return mixed |
152 | 151 | */ |