diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2025-05-22 15:49:04 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2025-05-22 19:03:06 +0200 |
commit | 5dcafde61776b15265ea1a11b61f5a39c77e73dd (patch) | |
tree | 8c97cbc6d7d69dada5870b284b0cdc922b823665 /phpstan.neon.dist | |
parent | a5e171a5949f13d5ab30fe2545ee3cc9d5c99c66 (diff) | |
download | volse-hubzilla-5dcafde61776b15265ea1a11b61f5a39c77e73dd.tar.gz volse-hubzilla-5dcafde61776b15265ea1a11b61f5a39c77e73dd.tar.bz2 volse-hubzilla-5dcafde61776b15265ea1a11b61f5a39c77e73dd.zip |
Fix exclude pattern in phpstan config
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.#' |