Skip to content

Commit a1ebd15

Browse files
committed
docs: add missing array keys
1 parent 945342c commit a1ebd15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/Router/RouteCollection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,8 @@ public function resetRoutes()
15331533
* string,
15341534
* array{
15351535
* filter?: string|list<string>, namespace?: string, hostname?: string,
1536-
* subdomain?: string, offset?: int, priority?: int
1536+
* subdomain?: string, offset?: int, priority?: int, as?: string,
1537+
* redirect?: string
15371538
* }
15381539
* >
15391540
*/

0 commit comments

Comments
 (0)