From 84386142dec21bc7664ea5e8fa46585a39e3059a Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 14 Nov 2024 15:44:35 +0100 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 87898c78..0b622927 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -18,7 +18,7 @@ parameters: ignoreErrors: - - message: '#.*so it can be removed from the return type#' + message: '#.*so it can be removed from the return type.*#' # requires https://github.com/phpstan/phpstan/issues/10312 - message: '#^Method staabm\\PHPStanDba\\DbSchema\\SchemaHasherMysql\:\:hashDb\(\) should return string but returns float\|int\|string\.$#' path: src/DbSchema/SchemaHasherMysql.php