Skip to content

Commit

Permalink
Merge pull request #276 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 bcdf4f8 + c79ceb8 commit c6a6003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/RuleSets/DefaultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public function rules(): array
'method' => 'one',
'property' => 'one',
'trait_import' => 'none',
'case' => 'one',
],
],

Expand Down
5 changes: 3 additions & 2 deletions src/RuleSets/ExtendedPERSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ public function rules(): array
],
'class_attributes_separation' => [
'elements' => [
'const' => 'one',
'const' => 'only_if_meta',
'method' => 'one',
'property' => 'one',
'property' => 'only_if_meta',
'trait_import' => 'none',
'case' => 'only_if_meta',
],
],

Expand Down

0 comments on commit c6a6003

Please sign in to comment.