Completed
Push — master ( 345a51...66a152 )
by Auke
04:36 queued 02:14
created
src/url/Url.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -34,6 +34,7 @@  discard block
 block discarded – undo
34 34
     /**
35 35
      *	@param string $url The URL to parse, the query part will remain a string.
36 36
      *  @param QueryInterface queryObject Optional. An object that parses the query string.
37
+     * @param Query $queryObject
37 38
      */
38 39
     public function __construct($url, $queryObject = null)
39 40
     {
@@ -100,6 +101,9 @@  discard block
 block discarded – undo
100 101
         }
101 102
     }
102 103
 
104
+    /**
105
+     * @param string[] $validComponents
106
+     */
103 107
     private function importUrlComponents($components, $validComponents)
104 108
     {
105 109
         array_walk( $validComponents, function ($componentName) use ($components) {
Please login to merge, or discard this patch.