diff --git a/Bin/Cs.php b/Bin/Cs.php index 5970d1d..074f006 100644 --- a/Bin/Cs.php +++ b/Bin/Cs.php @@ -122,6 +122,8 @@ public function main() $arguments[] = '--diff'; } + $arguments['--allow-risky'] = 'yes'; + $arguments[] = $path; $processus = new Console\Processus($phpCsFixer, $arguments);