mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
apply suggestions.
This commit is contained in:
parent
fd782e70b0
commit
528e51386c
@ -58,12 +58,12 @@ class Routes extends BaseCollector
|
||||
* method: string,
|
||||
* paramCount: int,
|
||||
* truePCount: int,
|
||||
* params: array<array{
|
||||
* params: list<array{
|
||||
* name: string,
|
||||
* value: mixed
|
||||
* }>
|
||||
* }>,
|
||||
* routes: array<array{
|
||||
* routes: list<array{
|
||||
* method: string,
|
||||
* route: string,
|
||||
* handler: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user