Skip to content

Commit 2256d57

Browse files
authored
Merge pull request #278 from wayofdev/docs/updates
2 parents aaa608b + 9dac17f commit 2256d57

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/RuleSets/ExtendedPERSet.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ public function rules(): array
7474
],
7575
'class_attributes_separation' => [
7676
'elements' => [
77-
'const' => 'only_if_meta',
77+
'const' => 'one',
7878
'method' => 'one',
79-
'property' => 'only_if_meta',
79+
'property' => 'one',
8080
'trait_import' => 'none',
81-
'case' => 'only_if_meta',
81+
'case' => 'one',
8282
],
8383
],
84+
'no_unused_imports' => true,
8485

8586
/*
8687
* @Symfony:risky

0 commit comments

Comments
 (0)