Skip to content

Commit

Permalink
Added strict type to IbexaCorePersistenceExtension::TAG_DOCTRINE_GATEWAY
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 14, 2024
1 parent 013b9b7 commit ec65e89
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, mixed> $configs
*
* @throws \Exception
*/
public function load(array $configs, ContainerBuilder $container): void
{
Expand Down

0 comments on commit ec65e89

Please sign in to comment.