/** * {@inheritdoc} * * @throws \InvalidArgumentException */ public function setRatio($ratio) { Assert::float($ratio); $this->ratio = $ratio; }