public function offsetSet(mixed $offset, mixed $violation) : void { if (null === $offset) { $this->add($violation); } else { $this->set($offset, $violation); } }