Passed
Push — master ( ecd62d...4a929b )
by Timo
33s queued 11s
created
src/Command/Configurator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,13 +37,13 @@
 block discarded – undo
37 37
      */
38 38
     protected function doConfigure(CommandInterface $command)
39 39
     {
40
-       if (!isset($this->config)) {
40
+        if (!isset($this->config)) {
41 41
             throw new RuntimeException(sprintf(
42 42
                 "Cannot run command '%s'. Config has not been set in &s",
43 43
                 $command->getName(),
44 44
                 __METHOD__
45 45
             ));
46
-       }
46
+        }
47 47
     }
48 48
 }
49 49
 
Please login to merge, or discard this patch.