remove() public method

Removes a violation at a given offset.
public remove ( integer $offset )
$offset integer The offset to remove.
 /**
  * {@inheritdoc}
  */
 public function remove($offset)
 {
     parent::remove($offset);
     $this->violationOffsetsByField = NULL;
     $this->entityViolationOffsets = NULL;
 }