@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | /** |
| 79 | 79 | * Create new route |
| 80 | 80 | * |
| 81 | - * @param string|string[] $methods The route HTTP methods |
|
| 81 | + * @param string[] $methods The route HTTP methods |
|
| 82 | 82 | * @param string $pattern The route pattern |
| 83 | 83 | * @param callable $callable The route callable |
| 84 | 84 | * @param RouteGroup[] $groups The parent route groups |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | /** |
| 150 | 150 | * Get route pattern |
| 151 | 151 | * |
| 152 | - * @return string[] |
|
| 152 | + * @return string |
|
| 153 | 153 | */ |
| 154 | 154 | public function getPattern() |
| 155 | 155 | { |