mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 04:28:44 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -114,7 +114,7 @@ class ResolveInvalidReferencesPass implements CompilerPassInterface
|
||||
$e = new ServiceNotFoundException($id, $this->currentId);
|
||||
|
||||
// since the error message varies by $id and $this->currentId, so should the id of the dummy errored definition
|
||||
$this->container->register($id = sprintf('.errored.%s.%s', $this->currentId, $id), $value->getType())
|
||||
$this->container->register($id = \sprintf('.errored.%s.%s', $this->currentId, $id), $value->getType())
|
||||
->addError($e->getMessage());
|
||||
|
||||
return new TypedReference($id, $value->getType(), $value->getInvalidBehavior());
|
||||
|
||||
Reference in New Issue
Block a user