Skip to content

Commit 1c18e5d

Browse files
committed
fix phpstan
1 parent a31591f commit 1c18e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ parameters:
469469
- src/NodeTypeResolver/PHPStan/Type/TypeFactory.php
470470

471471
-
472-
message: '#'#Parameter \#1 \$value of static method Webmozart\\Assert\\Assert\:\:isInstanceOfAny\(\) expects object, PhpParser\\Node\\ComplexType\|PhpParser\\Node\\Identifier\|PhpParser\\Node\\Name\|null given#'
472+
message: '#Parameter \#1 \$value of static method Webmozart\\Assert\\Assert\:\:isInstanceOfAny\(\) expects object, PhpParser\\Node\\ComplexType\|PhpParser\\Node\\Identifier\|PhpParser\\Node\\Name\|null given#'
473473
path: rules/DeadCode/Rector/FunctionLike/NarrowWideUnionReturnTypeRector.php
474474

475475
-

0 commit comments

Comments
 (0)