From 620be16fceded671823ce6332d06f44bb327096d Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 20 Aug 2024 13:16:37 +0200 Subject: [PATCH] fix tests --- .../Fixtures/Authenticator/CustomAuthenticator.php | 2 +- .../Fixtures/UserProvider/CustomProvider.php | 4 ++-- .../Fixtures/xml/custom_authenticator_under_own_namespace.xml | 2 +- .../xml/custom_authenticator_under_security_namespace.xml | 2 +- .../Fixtures/xml/custom_provider_under_own_namespace.xml | 2 +- .../Fixtures/xml/custom_provider_under_security_namespace.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Tests/DependencyInjection/Fixtures/Authenticator/CustomAuthenticator.php b/Tests/DependencyInjection/Fixtures/Authenticator/CustomAuthenticator.php index 89019e7b..6169779a 100644 --- a/Tests/DependencyInjection/Fixtures/Authenticator/CustomAuthenticator.php +++ b/Tests/DependencyInjection/Fixtures/Authenticator/CustomAuthenticator.php @@ -18,7 +18,7 @@ public function getKey(): string return 'custom'; } - public function addConfiguration(NodeDefinition $builder) + public function addConfiguration(NodeDefinition $builder): void { } diff --git a/Tests/DependencyInjection/Fixtures/UserProvider/CustomProvider.php b/Tests/DependencyInjection/Fixtures/UserProvider/CustomProvider.php index eac8ac8c..b3410f2b 100644 --- a/Tests/DependencyInjection/Fixtures/UserProvider/CustomProvider.php +++ b/Tests/DependencyInjection/Fixtures/UserProvider/CustomProvider.php @@ -8,7 +8,7 @@ class CustomProvider implements UserProviderFactoryInterface { - public function create(ContainerBuilder $container, string $id, array $config) + public function create(ContainerBuilder $container, string $id, array $config): void { } @@ -17,7 +17,7 @@ public function getKey(): string return 'custom'; } - public function addConfiguration(NodeDefinition $builder) + public function addConfiguration(NodeDefinition $builder): void { $builder ->children() diff --git a/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_own_namespace.xml b/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_own_namespace.xml index 177cb88f..c5206451 100644 --- a/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_own_namespace.xml +++ b/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_own_namespace.xml @@ -8,7 +8,7 @@ http://symfony.com/schema/dic/security https://symfony.com/schema/dic/security/security-1.0.xsd"> - + diff --git a/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_security_namespace.xml b/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_security_namespace.xml index 1dbbc9d9..7bd3790f 100644 --- a/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_security_namespace.xml +++ b/Tests/DependencyInjection/Fixtures/xml/custom_authenticator_under_security_namespace.xml @@ -8,7 +8,7 @@ http://symfony.com/schema/dic/security https://symfony.com/schema/dic/security/security-1.0.xsd"> - + diff --git a/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_own_namespace.xml b/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_own_namespace.xml index 45d66025..e0b1119b 100644 --- a/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_own_namespace.xml +++ b/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_own_namespace.xml @@ -8,7 +8,7 @@ http://symfony.com/schema/dic/security https://symfony.com/schema/dic/security/security-1.0.xsd"> - + diff --git a/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_security_namespace.xml b/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_security_namespace.xml index 00890b2d..647a9b23 100644 --- a/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_security_namespace.xml +++ b/Tests/DependencyInjection/Fixtures/xml/custom_provider_under_security_namespace.xml @@ -8,7 +8,7 @@ http://symfony.com/schema/dic/security https://symfony.com/schema/dic/security/security-1.0.xsd"> - +