Skip to content

Commit 16e6570

Browse files
committed
fixed CS
1 parent 971b994 commit 16e6570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraints/CurrencyValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function validate($value, Constraint $constraint)
4949

5050
$value = (string) $value;
5151

52-
if (!Currencies::exists($value)) {
52+
if (!Currencies::exists($value)) {
5353
$this->context->buildViolation($constraint->message)
5454
->setParameter('{{ value }}', $this->formatValue($value))
5555
->setCode(Currency::NO_SUCH_CURRENCY_ERROR)

0 commit comments

Comments
 (0)