Commit 402d3a4
committed
fix(cs): apply style fixes required by PHP-CS-Fixer 3.94.x
Without composer.lock, CI resolves php-cs-fixer 3.94.2 while local
dev environment ran 3.89.2. The newer version adds two rules:
- octal_notation: 0777 => 0o777 (PHP 8.1+ native octal syntax)
Applies to: DevkitConfigTest.php, MigrationReportTest.php
- class_attributes_separation: blank line between typed class properties
(ProjectContextTest.php already had this correct)
Updated local php-cs-fixer to 3.94.2 to eliminate version drift.1 parent 6232042 commit 402d3a4
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments