Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/ConstraintValidatorFactory.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
22 * | 22 * |
23 * @author Bernhard Schussek <bschussek@gmail.com> | 23 * @author Bernhard Schussek <bschussek@gmail.com> |
24 */ | 24 */ |
25 class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface | 25 class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface |
26 { | 26 { |
27 protected $validators = array(); | 27 protected $validators = []; |
28 | 28 |
29 public function __construct() | 29 public function __construct() |
30 { | 30 { |
31 } | 31 } |
32 | 32 |