Skip to content

Commit

Permalink
Enhancement: Enable magic_method_casing fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Jul 3, 2020
1 parent ea09b78 commit d55351f
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 @@ -89,6 +89,7 @@ return PhpCsFixer\Config::create()
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
'magic_constant_casing' => true,
'magic_method_casing' => true,
'method_argument_space' => ['ensure_fully_multiline' => true],
'modernize_types_casting' => true,
'multiline_comment_opening_closing' => true,
Expand Down

0 comments on commit d55351f

Please sign in to comment.