comparison vendor/symfony/validator/Constraints/ValidValidator.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
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 }