Skip to content

Commit aa9ccf8

Browse files
Merge branch '5.0'
* 5.0: [DI] fix merge
2 parents 392d0b0 + 291d1f3 commit aa9ccf8

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

+2-2
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)