Commit 78e1cf9
committed
style(cs-rules): remove mandatory blank line between class properties
PSR-12 does not require blank lines between properties. The previous rule
'class_attributes_separation' => ['property' => 'one']
forced blank lines between every property, which is visually noisy in
classes with many related fields.
Changed to 'property' => 'none' — only method separation remains enforced.
Automatically removed the blank lines from ProjectContextTest.php via cs:fix.1 parent 8c73924 commit 78e1cf9
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments