Skip to content

Commit d9ef1b2

Browse files
author
Piotr Makowski
committed
[PMakowski] squizlabs#3.0: fix
1 parent c64a209 commit d9ef1b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Runner.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ private function processFile($file)
604604
} else {
605605
echo '<ENTER> to recheck, [s] to skip or [q] to quit : ';
606606
}
607+
607608
$input = fgets(STDIN);
608609
$input = trim($input);
609610

@@ -631,6 +632,7 @@ private function processFile($file)
631632

632633
// Clean up the file to save (a lot of) memory.
633634
$file->cleanUp();
635+
634636
}//end processFile()
635637

636638

0 commit comments

Comments
 (0)