Skip to content

Commit

Permalink
Merge pull request #278 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 aaa608b + 9dac17f commit 2256d57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/RuleSets/ExtendedPERSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ public function rules(): array
],
'class_attributes_separation' => [
'elements' => [
'const' => 'only_if_meta',
'const' => 'one',
'method' => 'one',
'property' => 'only_if_meta',
'property' => 'one',
'trait_import' => 'none',
'case' => 'only_if_meta',
'case' => 'one',
],
],
'no_unused_imports' => true,

/*
* @Symfony:risky
Expand Down

0 comments on commit 2256d57

Please sign in to comment.