8000 Revert "[Validator] Fix static analysis report." · symfony/symfony@c91e80e · GitHub
[go: up one dir, main page]

Skip to content

Commit c91e80e

Browse files
committed
Revert "[Validator] Fix static analysis report."
This reverts commit f7d2209.
1 parent 1198689 commit c91e80e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Validator/Constraints/IbanValidator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ class IbanValidator extends ConstraintValidator
163163
'YT' => 'FR\d{2}\d{5}\d{5}[\dA-Z]{11}\d{2}', // France
164164
];
165165

166+
/**
167+
* {@inheritdoc}
168+
*/
166169
public function validate($value, Constraint $constraint)
167170
{
168171
if (!$constraint instanceof Iban) {

0 commit comments

Comments
 (0)
0