From ec65e89d9fd7313e59b8b8271b4c8dfd3e2a5562 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 14 Nov 2024 14:43:49 +0100 Subject: [PATCH] Added strict type to IbexaCorePersistenceExtension::TAG_DOCTRINE_GATEWAY --- .../DependencyInjection/IbexaCorePersistenceExtension.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bundle/DependencyInjection/IbexaCorePersistenceExtension.php b/src/bundle/DependencyInjection/IbexaCorePersistenceExtension.php index 765a091..6d0f5e8 100644 --- a/src/bundle/DependencyInjection/IbexaCorePersistenceExtension.php +++ b/src/bundle/DependencyInjection/IbexaCorePersistenceExtension.php @@ -16,10 +16,12 @@ final class IbexaCorePersistenceExtension extends Extension { - public const TAG_DOCTRINE_GATEWAY = 'ibexa.core.persistence.doctrine_gateway'; + public const string TAG_DOCTRINE_GATEWAY = 'ibexa.core.persistence.doctrine_gateway'; /** * @param array $configs + * + * @throws \Exception */ public function load(array $configs, ContainerBuilder $container): void {