apply suggestions.

This commit is contained in:
Mehmet Çağdaş SAYGILI 2024-04-12 17:55:16 +03:00
parent fd782e70b0
commit 528e51386c
No known key found for this signature in database
GPG Key ID: 6DE6FB42891AFE2B

View File

@ -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