Commit 8c73924
committed
fix(cs): add blank line between typed properties in ProjectContextTest
CSS-Fixer 3.94.x enforces class_attributes_separation: blank line
required between typed class properties.
private ProjectContext $context;
+ (blank line)
private string $root;1 parent 402d3a4 commit 8c73924
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments