diff --git a/phpstan-types.neon b/phpstan-types.neon index 79ae16d4b..ed2de3c91 100644 --- a/phpstan-types.neon +++ b/phpstan-types.neon @@ -295,11 +295,6 @@ parameters: count: 3 path: src/Bundle/ChillMainBundle/Form/Type/DataTransformer/DateIntervalTransformer.php - - - message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#" - count: 1 - path: src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ObjectToIdTransformer.php - - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" count: 2