Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/Constraints/ValidValidator.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 |
---|---|
31 } | 31 } |
32 | 32 |
33 $this->context | 33 $this->context |
34 ->getValidator() | 34 ->getValidator() |
35 ->inContext($this->context) | 35 ->inContext($this->context) |
36 ->validate($value, null, array($this->context->getGroup())); | 36 ->validate($value, null, [$this->context->getGroup()]); |
37 } | 37 } |
38 } | 38 } |