We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca8d01 commit 0020279Copy full SHA for 0020279
src/Http/Url.php
@@ -33,7 +33,7 @@
33
* @property string $host
34
* @property int $port
35
* @property string $path
36
- * @property string $query
+ * @property array $query
37
* @property string $fragment
38
* @property-read string $absoluteUrl
39
* @property-read string $authority
src/Http/UrlImmutable.php
* @property-read string $host
* @property-read int $port
* @property-read string $path
- * @property-read string $query
+ * @property-read array $query
* @property-read string $fragment
0 commit comments