Sets the arguments to pass to the service constructor/factory method.
$this
public final function args(array $arguments) : static { $this->definition ->setArguments(static::processValue($arguments, true)); return $this; }