Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes
This commit is contained in:
parent
b11a755ba8
commit
c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions
|
@ -25,8 +25,8 @@ use Symfony\Component\Validator\Constraint;
|
|||
*/
|
||||
class Luhn extends Constraint
|
||||
{
|
||||
const INVALID_CHARACTERS_ERROR = 1;
|
||||
const CHECKSUM_FAILED_ERROR = 2;
|
||||
const INVALID_CHARACTERS_ERROR = 'dfad6d23-1b74-4374-929b-5cbb56fc0d9e';
|
||||
const CHECKSUM_FAILED_ERROR = '4d760774-3f50-4cd5-a6d5-b10a3299d8d3';
|
||||
|
||||
protected static $errorNames = array(
|
||||
self::INVALID_CHARACTERS_ERROR => 'INVALID_CHARACTERS_ERROR',
|
||||
|
|
Reference in a new issue