@@ -165,7 +165,6 @@ |
||
165 | 165 | * information. |
166 | 166 | * |
167 | 167 | * @param string $user The user name to use for authority. |
168 | - * @param null|string $password The password associated with $user. |
|
169 | 168 | * |
170 | 169 | * @throws RuntimeException if the returned URI object is invalid. |
171 | 170 | * |
@@ -65,8 +65,8 @@ discard block |
||
65 | 65 | /** |
66 | 66 | * Returns whether the given key exists in the current instance |
67 | 67 | * |
68 | - * @param string $key |
|
69 | 68 | * |
69 | + * @param integer $offset |
|
70 | 70 | * @return bool |
71 | 71 | */ |
72 | 72 | public function hasKey($offset) |
@@ -97,7 +97,6 @@ discard block |
||
97 | 97 | * This method MUST retain the state of the current instance, and return |
98 | 98 | * an instance that contains the modified component |
99 | 99 | * |
100 | - * @param array $keys the list of keys to remove from the collection |
|
101 | 100 | * |
102 | 101 | * @return static |
103 | 102 | */ |