Completed
Pull Request — master (#11)
by Pierre
01:57 queued 30s
created
VhostConfigurationFactory.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -43,11 +43,11 @@
 block discarded – undo
43 43
 
44 44
         return new VhostConfiguration(
45 45
             $this->clientFactory->getClient(
46
-              $parsedUri['scheme'],
47
-              $parsedUri['host'],
48
-              $parsedUri['user'],
49
-              $parsedUri['pass'],
50
-              $parsedUri['port'] ?? 80
46
+                $parsedUri['scheme'],
47
+                $parsedUri['host'],
48
+                $parsedUri['user'],
49
+                $parsedUri['pass'],
50
+                $parsedUri['port'] ?? 80
51 51
             ),
52 52
             $vhostConfiguration['name'] ?? $vhostName,
53 53
             $vhostConfiguration,
Please login to merge, or discard this patch.