Completed
Pull Request — master (#1808)
by Tobias
05:20
created
tests/ClientConfigurationTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     {
74 74
         $configuration = ClientConfiguration::fromDsn('pool(http://[email protected] http://127.0.0.2/bar?timeout=4)?extra=abc&username=tobias');
75 75
         $expected = [
76
-             'host' => null,
76
+                'host' => null,
77 77
             'port' => null,
78 78
             'path' => null,
79 79
             'url' => null,
Please login to merge, or discard this patch.