We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d12ed commit add3cddCopy full SHA for add3cdd
src/Symfony/Component/Validator/Constraints/Isin.php
@@ -35,7 +35,7 @@ class Isin extends Constraint
35
self::INVALID_CHECKSUM_ERROR => 'INVALID_CHECKSUM_ERROR',
36
];
37
38
- public $message = 'This is not a valid International Securities Identification Number (ISIN).';
+ public $message = 'This value is not a valid International Securities Identification Number (ISIN).';
39
40
public function __construct(array $options = null, string $message = null, array $groups = null, $payload = null)
41
{
0 commit comments