Skip to content

Commit

Permalink
PrettyCI's PHP CS Fixer is not yet aware of the @PHP73Migration rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 4, 2019
1 parent 3f4576d commit de956bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist
Expand Up @@ -40,7 +40,7 @@ return PhpCsFixer\Config::create()
'@Symfony:risky' => true,
'@PHP70Migration:risky' => true,
'@PHP71Migration:risky' => true,
'@PHP73Migration' => true,
//'@PHP73Migration' => true,
'array_syntax' => ['syntax' => 'short'],
'declare_strict_types' => true,
'explicit_indirect_variable' => true,
Expand Down

0 comments on commit de956bc

Please sign in to comment.