Skip to content

Commit b510b96

Browse files
alongoszadamwojs
authored andcommitted
Added strict type to IbexaCorePersistenceExtension::TAG_DOCTRINE_GATEWAY
1 parent c8856d6 commit b510b96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bundle/DependencyInjection/IbexaCorePersistenceExtension.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616

1717
final class IbexaCorePersistenceExtension extends Extension
1818
{
19-
public const TAG_DOCTRINE_GATEWAY = 'ibexa.core.persistence.doctrine_gateway';
19+
public const string TAG_DOCTRINE_GATEWAY = 'ibexa.core.persistence.doctrine_gateway';
2020

2121
/**
2222
* @param array<string, mixed> $configs
23+
*
24+
* @throws \Exception
2325
*/
2426
public function load(array $configs, ContainerBuilder $container): void
2527
{

0 commit comments

Comments
 (0)