@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | } |
167 | 167 | |
168 | 168 | /** |
169 | - * @param $regex |
|
169 | + * @param string $regex |
|
170 | 170 | * @return bool |
171 | 171 | */ |
172 | 172 | private function routeMatch($regex) |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | } |
217 | 217 | |
218 | 218 | /** |
219 | - * @param $key |
|
219 | + * @param string $key |
|
220 | 220 | */ |
221 | 221 | private function checkRequest($key) |
222 | 222 | { |
@@ -135,7 +135,7 @@ |
||
135 | 135 | |
136 | 136 | /** |
137 | 137 | * @description call the middleware before and after the target |
138 | - * @param $action |
|
138 | + * @param string $action |
|
139 | 139 | */ |
140 | 140 | public function callMiddleware($action) |
141 | 141 | { |