Skip to content

Commit

Permalink
chore: add rule get_class_to_class_keyword (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Dec 7, 2024
1 parent 5b8d3db commit a6f8c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'spacing' => 'one'
],
'declare_strict_types' => true,
'get_class_to_class_keyword' => false,
'global_namespace_import' => false,
'linebreak_after_opening_tag' => true,
'mb_str_functions' => true,
Expand Down

0 comments on commit a6f8c86

Please sign in to comment.