Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/ConstraintViolationListInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
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 |