Adds an argument to pass to the service constructor/factory method.
$this
public function addArgument(mixed $argument) : static { $this->arguments[] = $argument; return $this; }