Skip to content

Commit

Permalink
Merge pull request #280 from wayofdev/docs/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored May 23, 2024
2 parents 662acfe + d72c48a commit cb5ff21
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/RuleSets/ExtendedPERSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function rules(): array
'method' => 'one',
'property' => 'one',
'trait_import' => 'none',
'case' => 'one',
'case' => 'only_if_meta',
],
],
'no_unused_imports' => true,
Expand All @@ -104,23 +104,16 @@ public function rules(): array
'use_trait',
'case',
'constant',
// 'property_public_static',
'property_public',
// 'property_protected_static',
'property_protected',
// 'property_private_static',
'property_private',
'construct',
'method_public_static',
// 'method_public_abstract_static',
// 'method_public_abstract',
'method_public',
'magic',
'destruct',
'phpunit',
'method_protected_static',
// 'method_protected_abstract_static',
// 'method_protected_abstract',
'method_protected',
'method_private_static',
'method_private',
Expand Down

0 comments on commit cb5ff21

Please sign in to comment.