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

Skip to content

Commit f7d2209

Browse files
committed
[Validator] Fix static analysis report.
1 parent 6d08359 commit f7d2209

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)
0