Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c8c119

Browse files
committed
[Validator] Fix static analysis report.
1 parent 8a6ec10 commit 1c8c119

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ 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-
*/
169166
public function validate($value, Constraint $constraint)
170167
{
171168
if (!$constraint instanceof Iban) {

0 commit comments

Comments
 (0)