comparison vendor/symfony/validator/Constraints/Existence.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
14 /** 14 /**
15 * @author Bernhard Schussek <bschussek@gmail.com> 15 * @author Bernhard Schussek <bschussek@gmail.com>
16 */ 16 */
17 abstract class Existence extends Composite 17 abstract class Existence extends Composite
18 { 18 {
19 public $constraints = array(); 19 public $constraints = [];
20 20
21 public function getDefaultOption() 21 public function getDefaultOption()
22 { 22 {
23 return 'constraints'; 23 return 'constraints';
24 } 24 }