@@ -61,7 +61,6 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |
64 | - |
|
65 | 64 | * |
66 | 65 | * @dataProvider invalidUrlProvider |
67 | 66 | */ |
@@ -172,7 +172,7 @@ |
||
172 | 172 | 'without fragment' => [Http::createFromString('https://a:b@c:442/d?q=r')], |
173 | 173 | 'without pass' => [Http::createFromString('https://a@c:442/d?q=r#f')], |
174 | 174 | 'without authority' => [Http::createFromString('/d?q=r#f')], |
175 | - ]; |
|
175 | + ]; |
|
176 | 176 | } |
177 | 177 | |
178 | 178 | /** |
@@ -363,7 +363,7 @@ |
||
363 | 363 | 'without fragment' => [Uri::createFromString('https://a:b@c:442/d?q=r')], |
364 | 364 | 'without pass' => [Uri::createFromString('https://a@c:442/d?q=r#f')], |
365 | 365 | 'without authority' => [Uri::createFromString('/d?q=r#f')], |
366 | - ]; |
|
366 | + ]; |
|
367 | 367 | } |
368 | 368 | |
369 | 369 | /** |