diff options
-rw-r--r-- | phpstan.neon.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 642102ffb..4a083851d 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,3 +7,5 @@ parameters: - Zotlabs scanDirectories: - library + ignoreErrors: + - '#Method [\w:()_\\]+ should return (object|string) but return statement is missing.#' |