Skip to content

Commit

Permalink
Add missing risky definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed Nov 29, 2020
1 parent 79f7d8c commit 5754de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $finder = \PhpCsFixer\Finder::create()
->in(__DIR__ . '/tests');

return \PhpCsFixer\Config::create()
->setRiskyAllowed(true)
->setRules([
'@PSR2' => true,

Expand Down

0 comments on commit 5754de8

Please sign in to comment.