Skip to content

Commit e8bd700

Browse files
Merge branch '7.2' into 7.3
* 7.2: - - CS fixes
2 parents 5b26c02 + bab0d37 commit e8bd700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/LocaleValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function testTooLongLocale()
9797
$this->validator->validate($locale, $constraint);
9898

9999
$this->buildViolation('myMessage')
100-
->setParameter('{{ value }}', '"' . $locale . '"')
100+
->setParameter('{{ value }}', '"'.$locale.'"')
101101
->setCode(Locale::NO_SUCH_LOCALE_ERROR)
102102
->assertRaised();
103103
}

0 commit comments

Comments
 (0)