From 32d915ffbc29beaf75604d1002e0ae1d52fa27da Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Sat, 22 Aug 2026 13:23:33 +0200 Subject: [PATCH] Prune stale registerBundles baseline entry Unmatched since reportUnmatchedIgnoredErrors returned to its default in #86. Co-Authored-By: Claude Fable 5 --- phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) 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