Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/Constraints/LessThanOrEqual.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
18 * @author Daniel Holmes <daniel@danielholmes.org> | 18 * @author Daniel Holmes <daniel@danielholmes.org> |
19 * @author Bernhard Schussek <bschussek@gmail.com> | 19 * @author Bernhard Schussek <bschussek@gmail.com> |
20 */ | 20 */ |
21 class LessThanOrEqual extends AbstractComparison | 21 class LessThanOrEqual extends AbstractComparison |
22 { | 22 { |
23 const TOO_HIGH_ERROR = '079d7420-2d13-460c-8756-de810eeb37d2'; | 23 const TOO_HIGH_ERROR = '30fbb013-d015-4232-8b3b-8f3be97a7e14'; |
24 | 24 |
25 protected static $errorNames = [ | 25 protected static $errorNames = [ |
26 self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', | 26 self::TOO_HIGH_ERROR => 'TOO_HIGH_ERROR', |
27 ]; | 27 ]; |
28 | 28 |