Fix exclude pattern in phpstan config

This commit is contained in:
Harald Eilertsen
2025-05-22 15:49:04 +02:00
parent a5e171a594
commit 5dcafde617

View File

@@ -8,4 +8,4 @@ parameters:
scanDirectories:
- library
ignoreErrors:
- '#Method [\w:()_\\]+ should return (object|string) but return statement is missing.#'
- '#Method [\w:\(\)_\\]+ should return (object|string) but return statement is missing.#'