8000 [DI] fix merge · symfony/symfony@291d1f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 291d1f3

Browse files
[DI] fix merge
1 parent db32ef0 commit 291d1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/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)
0