diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index f45b268..1342540 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -6,12 +6,6 @@ parameters: count: 1 path: src/Constraint/ConstraintCollectionBuilder.php - - - message: '#^Parameter \#1 \$constraints of class Symfony\\Component\\Validator\\Constraints\\All constructor expects array\\|null, array\\|Symfony\\Component\\Validator\\Constraint given\.$#' - identifier: argument.type - count: 2 - path: src/Constraint/ConstraintCollectionBuilder.php - - message: '#^Method DigitalRevolution\\SymfonyValidationShorthand\\Rule\\RuleParser\:\:parseParameters\(\) should return array\ but returns list\\.$#' identifier: return.type