Overrides ConstraintViolationListInterface::addAll
public function addAll(ConstraintViolationListInterface $otherList) : void { foreach ($otherList as $violation) { $this->violations[] = $violation; } }