Skip to content

Commit

Permalink
chore: add rule get_class_to_class_keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Dec 7, 2024
1 parent 12bd29d commit 61617ba
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' => false, // specific for this repository
Expand Down

0 comments on commit 61617ba

Please sign in to comment.