diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index da02d48..8dae39d 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -761,9 +761,3 @@ parameters: identifier: float.type count: 1 path: src/Validator/ConstraintsSetProvider/Field/IntegerProvider.php - - - - message: '#^Method registerBundles always return list, but is marked as iterable\$#' - identifier: shipmonk.returnListNotUsed - count: 1 - path: tests/TestKernel.php