mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°8910 - Upgrade Symfony packages
This commit is contained in:
@@ -146,7 +146,7 @@ class InlineServiceDefinitionsPass extends AbstractRecursivePass
|
||||
|
||||
$this->container->log($this, \sprintf('Inlined service "%s" to "%s".', $id, $this->currentId));
|
||||
$this->inlinedIds[$id] = $definition->isPublic() || !$definition->isShared();
|
||||
$this->notInlinedIds[$this->currentId] = true;
|
||||
$this->notInlinedIds[$this->currentId ?? ''] = true;
|
||||
|
||||
if ($definition->isShared()) {
|
||||
return $definition;
|
||||
|
||||
Reference in New Issue
Block a user