Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/validator/ConstraintViolationListInterface.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
24 public function add(ConstraintViolationInterface $violation); | 24 public function add(ConstraintViolationInterface $violation); |
25 | 25 |
26 /** | 26 /** |
27 * Merges an existing violation list into this list. | 27 * Merges an existing violation list into this list. |
28 */ | 28 */ |
29 public function addAll(ConstraintViolationListInterface $otherList); | 29 public function addAll(self $otherList); |
30 | 30 |
31 /** | 31 /** |
32 * Returns the violation at a given offset. | 32 * Returns the violation at a given offset. |
33 * | 33 * |
34 * @param int $offset The offset of the violation | 34 * @param int $offset The offset of the violation |