Skip to content

Commit d99356a

Browse files
author
dereuromark
committed
Add progress for normal output.
1 parent 3c18850 commit d99356a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PSR2R/Tools/Sniffer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public function __construct($argv) {
4848
if ($ignore) {
4949
$argv[] = '--ignore=' . str_replace(DIRECTORY_SEPARATOR, '/', $ignore);
5050
}
51+
if (!$fix) {
52+
$argv[ ] = '-p';
53+
}
5154

5255
$argv[] = $path;
5356

0 commit comments

Comments
 (0)