8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db32ef0 commit 291d1f3Copy full SHA for 291d1f3
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php
@@ -45,8 +45,8 @@ public function isCompiled(): bool
45
public function getRemovedIds(): array
46
{
47
return [
48
- '.service_locator.bPEFRiK' => true,
49
- '.service_locator.bPEFRiK.foo_service' => true,
+ '.service_locator.2Wk0Efb' => true,
+ '.service_locator.2Wk0Efb.foo_service' => true,
50
'Psr\\Container\\ContainerInterface' => true,
51
'Symfony\\Component\\DependencyInjection\\ContainerInterface' => true,
52
'Symfony\\Component\\DependencyInjection\\Tests\\Fixtures\\CustomDefinition' => true,
0 commit comments