We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd782e7 commit 528e513Copy full SHA for 528e513
1 file changed
system/Debug/Toolbar/Collectors/Routes.php
@@ -58,12 +58,12 @@ class Routes extends BaseCollector
58
* method: string,
59
* paramCount: int,
60
* truePCount: int,
61
- * params: array<array{
+ * params: list<array{
62
* name: string,
63
* value: mixed
64
* }>
65
* }>,
66
- * routes: array<array{
+ * routes: list<array{
67
68
* route: string,
69
* handler: string
0 commit comments