Completed
Pull Request — master (#178)
by ignace nyamagana
03:19
created
tests/FtpTest.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-
65 64
      *
66 65
      * @dataProvider invalidUrlProvider
67 66
      */
Please login to merge, or discard this patch.
tests/HttpTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
tests/UriTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.