@@ -35,6 +35,7 @@ discard block |
||
| 35 | 35 | /** |
| 36 | 36 | * @param string $url The URL to parse, the query part will remain a string. |
| 37 | 37 | * @param QueryInterface queryObject Optional. An object that parses the query string. |
| 38 | + * @param Query $queryObject |
|
| 38 | 39 | */ |
| 39 | 40 | public function __construct($url, $queryObject = null) |
| 40 | 41 | { |
@@ -121,7 +122,7 @@ discard block |
||
| 121 | 122 | |
| 122 | 123 | /** |
| 123 | 124 | * @param $components |
| 124 | - * @param $validComponents |
|
| 125 | + * @param string[] $validComponents |
|
| 125 | 126 | */ |
| 126 | 127 | private function importUrlComponents($components, $validComponents) |
| 127 | 128 | { |