@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Registers a route. |
49 | 49 | * |
50 | - * @param string|array $methods |
|
50 | + * @param string $methods |
|
51 | 51 | * Either a single HTTP verb, or an array of verbs. |
52 | 52 | * @param string $uri |
53 | 53 | * URI pattern to match for this route. |