From 5dcafde61776b15265ea1a11b61f5a39c77e73dd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 22 May 2025 15:49:04 +0200 Subject: [PATCH] Fix exclude pattern in phpstan config --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.#'