Commit 5113ac2
chore(deps): update dependency phpstan/phpstan to v2.1.44 (#1888)
* chore(deps): update dependency phpstan/phpstan to v2.1.44
* Fix PHPStan errors with callable intersection return type
PHPStan 2.1.44 now parses `callable(): Type&NamedType` as
`(callable(): Type) & NamedType` instead of `callable(): (Type&NamedType)`.
Adding parentheses disambiguates the return type, which also
resolves previously suppressed errors in BuildSchema and SchemaExtender.
🤖 Generated with Claude Code
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benedikt Franke <benedikt.franke@mll.com>1 parent d40959b commit 5113ac2
4 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
| |||
0 commit comments