Skip to content

Commit 528e513

Browse files
committed
apply suggestions.
1 parent fd782e7 commit 528e513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Debug/Toolbar/Collectors/Routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ class Routes extends BaseCollector
5858
* method: string,
5959
* paramCount: int,
6060
* truePCount: int,
61-
* params: array<array{
61+
* params: list<array{
6262
* name: string,
6363
* value: mixed
6464
* }>
6565
* }>,
66-
* routes: array<array{
66+
* routes: list<array{
6767
* method: string,
6868
* route: string,
6969
* handler: string

0 commit comments

Comments
 (0)