Skip to content

Commit 4549a7c

Browse files
samsonasikkenjis
andauthored
Update system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent c1d21a5 commit 4549a7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ final class ControllerMethodReader
2727
private string $namespace;
2828

2929
/**
30-
* @var string[]
30+
* @var arrray<int, string>
31+
* @phpstan-var list<string>
3132
*/
3233
private array $httpMethods;
3334

0 commit comments

Comments
 (0)