Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit b51e9c7

Browse files
committed
ignore mixed type
1 parent cd60366 commit b51e9c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ parameters:
88

99
level: max
1010

11+
ignoreErrors:
12+
- '#Property MichaelRubel\\SqlFunctionRepository\\Repositories\\PostgresqlFunctionRepository(.*) \(string\|null\) does not accept mixed\.#'
13+
- '#Cannot call method replaceLast\(\) on mixed\.#'
14+
1115
checkMissingIterableValueType: false
1216

1317
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)