chore: type improvements

This commit is contained in:
nuno maduro
2026-04-10 16:50:10 +01:00
parent 89006d83a9
commit 5948bcd71e
8 changed files with 71 additions and 103 deletions

View File

@ -1,5 +1,7 @@
includes:
- phpstan-baseline.neon
- phpstan-pest-extension.neon
- vendor/mrpunyapal/peststan/extension.neon
parameters:
level: 7
@ -7,6 +9,3 @@ parameters:
- src
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- "#type mixed is not subtype of native#"