From d4451c162ce424f6544d0ccd18189160e9b16589 Mon Sep 17 00:00:00 2001 From: Matheo Daninos Date: Tue, 25 Jun 2024 11:04:53 +0200 Subject: [PATCH] Remove declare_strict type --- config/services.php | 2 -- src/DependencyInjection/StimulusExtension.php | 2 -- src/Dto/StimulusAttributes.php | 2 -- src/Helper/StimulusHelper.php | 2 -- src/Twig/StimulusTwigExtension.php | 2 -- src/Twig/UxControllersTwigExtension.php | 2 -- tests/Dto/StimulusAttributesTest.php | 2 -- tests/Helper/StimulusHelperTest.php | 2 -- tests/StimulusIntegrationTestKernel.php | 2 -- tests/Twig/StimulusTwigExtensionTest.php | 2 -- 10 files changed, 20 deletions(-) diff --git a/config/services.php b/config/services.php index e5c6742..239ce73 100644 --- a/config/services.php +++ b/config/services.php @@ -1,7 +1,5 @@