@@ -180,7 +180,7 @@ |
||
180 | 180 | /** |
181 | 181 | * Add a new route. |
182 | 182 | * |
183 | - * @param string|string[] $http_method The HTTP method, example: GET, POST, PATCH, PUT, DELETE, CLI, etc. Can be an array of values. |
|
183 | + * @param string $http_method The HTTP method, example: GET, POST, PATCH, PUT, DELETE, CLI, etc. Can be an array of values. |
|
184 | 184 | * @param string $route The route |
185 | 185 | * @param string $method_path The Method Path |
186 | 186 | * @param array $parameters The parameters to pass |