More updates

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
2022-01-06 19:17:46 +01:00
parent 99533ff670
commit 72c0f1b3c8
7 changed files with 17 additions and 286 deletions

View File

@@ -118,7 +118,7 @@ function validator_php_cs($hash, $fileName, &$output)
run('git cat-file -p '.escapeshellarg($hash).' > '.$tmp);
$return = null;
run('php-cs-fixer fix --dry-run --verbose --level=symfony'.$configFile.' '.escapeshellarg($tmp), $currentOutput, $return, 'default', 'default');
run('php-cs-fixer fix --dry-run --diff --verbose --rules=@Symfony'.$configFile.' '.escapeshellarg($tmp), $currentOutput, $return, 'default', 'default');
run('rm -rf '.escapeshellarg($tmpDir));