Completed
Push — 4.0 ( f98af2...c25703 )
by Marc André
03:49
created
src/Libraries/Router.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.