From d9a6851b95cfb8645b973185962eb84d3a2f3e99 Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Fri, 21 Aug 2026 16:11:16 +0200 Subject: [PATCH] Remove stale phpstan baseline entry for the rewritten TestKernel 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