diff --git a/.php_cs b/.php_cs index f094404..91c6fec 100644 --- a/.php_cs +++ b/.php_cs @@ -5,6 +5,7 @@ $finder = \PhpCsFixer\Finder::create() ->in(__DIR__ . '/tests'); return \PhpCsFixer\Config::create() + ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true,