From 283a71f654de5fbcf2771f214f4c81f007a389ad Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Mon, 22 Jan 2024 21:58:42 +0000 Subject: [PATCH 1/2] DevKit updates (#2437) --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index b17268153..04636799b 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -25,6 +25,7 @@ parameters: featureToggles: skipCheckGenericClasses: - Symfony\Component\Form\AbstractType + - Symfony\Component\Form\FormBuilderInterface - Symfony\Component\Form\FormInterface - Symfony\Component\Form\FormTypeExtensionInterface - Symfony\Component\Form\FormTypeInterface From 2b77d1813b6f09fa1db274a8b7039f570121aad3 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 22 Jan 2024 23:05:22 +0100 Subject: [PATCH 2/2] Bump rector (#2439) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c72da0d5..f2828d78d 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "phpunit/phpunit": "^9.5", "psalm/plugin-phpunit": "^0.18", "psalm/plugin-symfony": "^5.0", - "rector/rector": "^0.18", + "rector/rector": "^0.19", "sonata-project/admin-bundle": "^4.28", "sonata-project/block-bundle": "^4.11 || ^5.0", "sonata-project/classification-bundle": "^4.0",