mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -92,7 +92,7 @@ class DecoratorServicePass extends AbstractRecursivePass
|
||||
}
|
||||
|
||||
if ($decoratedDefinition?->isSynthetic()) {
|
||||
throw new InvalidArgumentException(sprintf('A synthetic service cannot be decorated: service "%s" cannot decorate "%s".', $id, $inner));
|
||||
throw new InvalidArgumentException(\sprintf('A synthetic service cannot be decorated: service "%s" cannot decorate "%s".', $id, $inner));
|
||||
}
|
||||
|
||||
if (isset($decoratingDefinitions[$inner])) {
|
||||
|
||||
Reference in New Issue
Block a user