Completed
Push — master ( 615c84...1feb1c )
by Auke
04:12
created
src/url/Url.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.