From 833504e341b6a5a4bd631c795b24f04658027d52 Mon Sep 17 00:00:00 2001 From: Geni Jaho Date: Fri, 20 Sep 2024 21:21:40 +0200 Subject: [PATCH] Update ignored PHPStan error (#253) --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index bb8e6810..fe446dc4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -19,7 +19,7 @@ parameters: ignoreErrors: # false positive - - '#Parameter \#1 \$value of static method PhpParser\\BuilderHelpers\:\:normalizeValue\(\) expects array\|bool\|float\|int\|PhpParser\\Node\\Expr\|string\|null, mixed given#' + - '#Parameter \#1 \$value of static method PhpParser\\BuilderHelpers\:\:normalizeValue\(\) expects array\|bool\|float\|int\|PhpParser\\Node\\Expr\|string\|UnitEnum\|null, mixed given#' - path: src/Rector/Class_/UnifyModelDatesWithCastsRector.php