Skip to content

Commit b45cc2c

Browse files
committed
Fix type
1 parent d69342b commit b45cc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Doc implements Arrayable
8787
/**
8888
* A list of route path parameters, such as `/users/{id}`.
8989
*
90-
* @var string[]
90+
* @var array<string, string>
9191
*/
9292
private array $pathParameters;
9393

0 commit comments

Comments
 (0)