From e95b4da5f9fb58482818d17ff5363b57a6a92567 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 21 Aug 2017 10:27:58 +0200 Subject: [PATCH] feat(cs) Allow risky fixers. --- Bin/Cs.php | 2 ++ 1 file changed, 2 insertions(+) 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);