Skip to content

Commit b35b38f

Browse files
[DI] fix merge
1 parent e5bb8da commit b35b38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Fixtures/php/services_subscriber.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public function isCompiled(): bool
4545
public function getRemovedIds(): array
4646
{
4747
return [
48-
'.service_locator.bPEFRiK' => true,
49-
'.service_locator.bPEFRiK.foo_service' => true,
48+
'.service_locator.2Wk0Efb' => true,
49+
'.service_locator.2Wk0Efb.foo_service' => true,
5050
'Psr\\Container\\ContainerInterface' => true,
5151
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true,
5252
'Symfony\\Component\\DependencyInjection\\Tests\\Fixtures\\CustomDefinition' => true,

0 commit comments

Comments
 (0)