Skip to content

Commit 4b6dbfb

Browse files
committed
Interchange command name and parameters
1 parent 15ad85a commit 4b6dbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGitHooks/Module/PhpCsFixer/Infrastructure/Tool/PhpCsFixerToolProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ private function processTool($file, $level, $options)
4949
$arguments = [
5050
'php',
5151
$this->toolPathFinder->find('php-cs-fixer'),
52-
'--dry-run',
5352
'fix',
5453
$file,
54+
'--dry-run',
5555
'--level='.$level,
5656
];
5757

0 commit comments

Comments
 (0)