Skip to content

Commit 0020279

Browse files
committed
Url, UrlImmutable: fixed type of $query
1 parent 2ca8d01 commit 0020279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Http/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @property string $host
3434
* @property int $port
3535
* @property string $path
36-
* @property string $query
36+
* @property array $query
3737
* @property string $fragment
3838
* @property-read string $absoluteUrl
3939
* @property-read string $authority

src/Http/UrlImmutable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @property-read string $host
3434
* @property-read int $port
3535
* @property-read string $path
36-
* @property-read string $query
36+
* @property-read array $query
3737
* @property-read string $fragment
3838
* @property-read string $absoluteUrl
3939
* @property-read string $authority

0 commit comments

Comments
 (0)