Overrides AbstractCollection::offsetSet
public function offsetSet(mixed $offset, mixed $value) : void { if ($this->contains($value)) { return; } parent::offsetSet($offset, $value); }