🆙 phpstan done an refactoring 🆙

This commit is contained in:
Remco
2026-01-20 20:40:28 +01:00
parent fccf4c2116
commit 981fd59af5
14 changed files with 148 additions and 126 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ parameters:
- '#extends generic class .*Factory but does not specify its types#'
- '#extends generic class .*Builder but does not specify its types#'
- '#return type with generic class .*Builder does not specify its types#'
- '#missingType\\.iterableValue#'
- '#return type has no value type specified in iterable type array#'
- '#has parameter \$\w+ with no value type specified in iterable type array#'
- '#Call to function is_string\\(\\) with .* will always evaluate to true#'
- '#should return array<string, mixed> but returns array#'
reportUnmatchedIgnoredErrors: false