Skip to content

Commit

Permalink
Updates php cs fixer ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
moay committed Jul 17, 2020
1 parent 5186a68 commit 85c088a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ return PhpCsFixer\Config::create()
'ternary_to_null_coalescing' => true,
'no_useless_else' => true,
'no_useless_return' => true,
'no_superfluous_phpdoc_tags' => false,
// Risky Rules
'pow_to_exponentiation' => true,
'psr4' => true,
Expand Down

0 comments on commit 85c088a

Please sign in to comment.