Completed
Push — master ( 65fb1b...623f3e )
by Olivier
06:32
created
Command/VhostDefineCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      */
137 137
     private function getIO(InputInterface $input, OutputInterface $output)
138 138
     {
139
-        if(class_exists('Symfony\Component\Console\Style\SymfonyStyle')) {
139
+        if (class_exists('Symfony\Component\Console\Style\SymfonyStyle')) {
140 140
             return new \Symfony\Component\Console\Style\SymfonyStyle($input, $output);
141 141
         }
142 142
 
Please login to merge, or discard this patch.