Skip to content

Commit

Permalink
Update ignored PHPStan error (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeniJaho authored Sep 20, 2024
1 parent e2e7899 commit 833504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 833504e

Please sign in to comment.