Skip to content

Commit e4e75b9

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: add translations for the Twig constraint drop the Date header using the Postmark API transport [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef Unnecessary cast, return, semicolon and comma [Notifier] [Discord] Fix value limits Fix ServiceMethodsSubscriberTrait for nullable service
2 parents a235391 + 44a0e25 commit e4e75b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function testReverseTransformFromDifferentLocale()
238238
{
239239
if (version_compare(Intl::getIcuVersion(), '71.1', '>')) {
240240
$this->markTestSkipped('ICU version 71.1 or lower is required.');
241-
};
241+
}
242242

243243
\Locale::setDefault('en_US');
244244

0 commit comments

Comments
 (0)