@@ -31,7 +31,6 @@ discard block |
||
31 | 31 | * Construct a Router object with the given routers. |
32 | 32 | * |
33 | 33 | * @param string $basePath = '' |
34 | - * @param array $routes = [] |
|
35 | 34 | */ |
36 | 35 | public function __construct($basePath = '') |
37 | 36 | { |
@@ -184,7 +183,7 @@ discard block |
||
184 | 183 | /** |
185 | 184 | * Adds a method & route to the to the route map. |
186 | 185 | * |
187 | - * @param string $methods |
|
186 | + * @param string $method |
|
188 | 187 | * @param string $route |
189 | 188 | * @param callable $callable |
190 | 189 | */ |