Completed
Push — master ( 5a1f4e...aa9408 )
by ignace nyamagana
12:29
created
src/Components/AbstractHierarchicalComponent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
      *
120 120
      * @param int                          $offset    the label offset to remove and replace by
121 121
      *                                                the given component
122
-     * @param HierarchicalComponent|string $component the component added
122
+     * @param string|null $component the component added
123 123
      *
124 124
      * @return static
125 125
      */
Please login to merge, or discard this patch.
src/Formatter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use InvalidArgumentException;
15 15
 use League\Uri\Components\Host;
16
-use League\Uri\Components\Port;
17 16
 use League\Uri\Components\Query;
18 17
 use League\Uri\Interfaces\Host as HostInterface;
19 18
 use League\Uri\Interfaces\Query as QueryInterface;
Please login to merge, or discard this patch.
src/Components/UserInfo.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,6 @@
 block discarded – undo
200 200
     /**
201 201
      * Create a new instance from a string
202 202
      *
203
-     * @param string $str
204 203
      *
205 204
      * @return static
206 205
      */
Please login to merge, or discard this patch.