Completed
Branch master (aeeb30)
by Timo
04:02
created
src/Command/Configurator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,12 +38,12 @@
 block discarded – undo
38 38
      */
39 39
     protected function doConfigure(InlineConfigCommandInterface $command)
40 40
     {
41
-       if (!isset($this->config)) {
41
+        if (!isset($this->config)) {
42 42
             throw new RuntimeException(sprintf(
43 43
                 'Config has not been set in &s',
44 44
                 __METHOD__
45 45
             ));
46
-       }
46
+        }
47 47
     }
48 48
 }
49 49
 
Please login to merge, or discard this patch.