Passed
Pull Request — main (#28)
by Dimitri
04:48
created
src/Cli/Console/Command.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -641,13 +641,13 @@
 block discarded – undo
641 641
      */
642 642
     protected function initProps()
643 643
     {
644
-		if (!is_cli()) {
645
-			if (!file_exists($ou = TEMP_PATH . 'blitz-cli.txt')) {
646
-				file_put_contents($ou, '', LOCK_EX);
647
-			}
644
+        if (!is_cli()) {
645
+            if (!file_exists($ou = TEMP_PATH . 'blitz-cli.txt')) {
646
+                file_put_contents($ou, '', LOCK_EX);
647
+            }
648 648
 
649
-			$this->app->io(new Interactor($ou, $ou));
650
-		}
649
+            $this->app->io(new Interactor($ou, $ou));
650
+        }
651 651
 
652 652
         $this->io       = $this->app->io();
653 653
         $this->writer   = $this->io->writer();
Please login to merge, or discard this patch.