Ignore staticMethod.notFound error in PHPStan

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole
2026-03-04 10:24:47 +01:00
committed by GitHub
parent 9b5cf09cc0
commit 1fa51a92c6

View File

@@ -10,6 +10,7 @@ parameters:
reportUnmatchedIgnoredErrors: true
ignoreErrors:
# these are actually interesting but not right now:
- identifier: staticMethod.notFound
- identifier: notIdentical.alwaysTrue
- identifier: method.notFound
- identifier: nullsafe.neverNull