Commit cb10731
committed
chore(agent): [Step 1/4] fix PHPStan null-coalesce diagnostics
PLAN_REF: 6e65fe3
PREVIOUS_STEP: 6e65fe3 — initialized release-fix plan
## Completed in This Step
- Removed impossible null-coalesce fallbacks from non-nullable AbstractProvider properties.
- Removed impossible null-coalesce fallback from StatsParser size-unit match offset.
- Verified the CI-equivalent local Composer script passes.
## References Used
- CI run 25469111120 PHPStan output.
- PHPStan nullCoalesce.property and nullCoalesce.offset diagnostics.
## Debts and Warnings
- No behavioral change intended; this is a static-analysis cleanup.
- make precommit skipped because this repository has no Makefile target available.
- desloppify reported 100/100 scores but warned that phpstan tooling was unavailable inside desloppify.
## Progress (ref: 6e65fe3)
- [x] Step 1: Inspect failing code and apply minimal static-analysis fixes. ← this commit
- [x] Step 2: Run analysis and tests.
- [ ] Step 3: Commit the fix.
- [ ] Step 4: Create and push v4.1.1, then monitor CI.
## Next Step
chore(agent): [Step 2/4] create and push v4.1.11 parent 6e65fe3 commit cb10731
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments