mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -35,7 +35,7 @@ class ParametersConfigurator extends AbstractConfigurator
|
||||
final public function set(string $name, mixed $value): static
|
||||
{
|
||||
if ($value instanceof Expression) {
|
||||
throw new InvalidArgumentException(sprintf('Using an expression in parameter "%s" is not allowed.', $name));
|
||||
throw new InvalidArgumentException(\sprintf('Using an expression in parameter "%s" is not allowed.', $name));
|
||||
}
|
||||
|
||||
$this->container->setParameter($name, static::processValue($value, true));
|
||||
|
||||
Reference in New Issue
Block a user