Skip to content

Commit fc7eab6

Browse files
author
dereuromark
committed
Fix CS
1 parent d99356a commit fc7eab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSR2R/Tools/Sniffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct($argv) {
4949
$argv[] = '--ignore=' . str_replace(DIRECTORY_SEPARATOR, '/', $ignore);
5050
}
5151
if (!$fix) {
52-
$argv[ ] = '-p';
52+
$argv[] = '-p';
5353
}
5454

5555
$argv[] = $path;

0 commit comments

Comments
 (0)