diff options
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r-- | phpstan.neon.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 4a083851d..58f3b803d 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -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.#' |