Commit ad7665d
authored
chore(deps): update huangdijia/php-coding-standard to ^2.4 (#911)
* chore(deps): update huangdijia/php-coding-standard to ^2.4
Updates the PHP coding standard package from ^2.0 to ^2.4 to get the latest improvements and fixes.
* style: apply PHP coding standard fixes after updating to ^2.4
Reorders union types to follow null-first convention and applies other
code style improvements as required by the updated huangdijia/php-coding-standard package.
This commit includes automatic fixes across multiple components:
- Union type reordering (Type|null → null|Type)
- Consistent formatting and style improvements
- No functional changes, only code style compliance
---------
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>1 parent b8e4766 commit ad7665d
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments