php-symfony.serialization.StrictJsonDeserializationVisitorFactory.mustache Maven / Gradle / Ivy
options, $this->depth);
}
public function setOptions(int $options): self
{
$this->options = $options;
return $this;
}
public function setDepth(int $depth): self
{
$this->depth = $depth;
return $this;
}
}