Commit 8e7d17b
fix: type update_timeline param as mixed[] and drop stale phpstan baseline
The docblock now uses a typed array (mixed[]) so it satisfies both the
updated PHPCS (MissingParamType) and PHPStan (missingType.iterableValue).
Removed the now-obsolete phpstan-baseline.neon entry that ignored the old
"parameter $new_events with no type specified" error, which no longer
occurs and would otherwise be reported as an unmatched ignore.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent deb514b commit 8e7d17b
2 files changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
539 | | - | |
| 538 | + | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3078 | 3078 | | |
3079 | 3079 | | |
3080 | 3080 | | |
3081 | | - | |
3082 | | - | |
3083 | | - | |
3084 | | - | |
3085 | | - | |
3086 | | - | |
3087 | 3081 | | |
3088 | 3082 | | |
3089 | 3083 | | |
| |||
0 commit comments