Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Removed 'final_internal_class' and 'final_public_method_for_abstract_…
Browse files Browse the repository at this point in the history
…class' rules
  • Loading branch information
Zeryther committed Feb 3, 2022
1 parent 551da7d commit 4478903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php-cs-fixer-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
'class_attributes_separation' => true,
'class_definition' => true,
'final_class' => false, // PHP 8 attributes are not detected as entities
'final_internal_class' => true,
'final_public_method_for_abstract_class' => true,
'final_internal_class' => false,
'final_public_method_for_abstract_class' => false,
'no_blank_lines_after_class_opening' => true,
'no_null_property_initialization' => true,
'no_php4_constructor' => true,
Expand Down

0 comments on commit 4478903

Please sign in to comment.