Skip to content

Commit de5c3d7

Browse files
committed
Unnecessary cast, return, semicolon and comma
1 parent c87b96d commit de5c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function testReverseTransformFromDifferentLocale()
239239
{
240240
if (version_compare(Intl::getIcuVersion(), '71.1', '>')) {
241241
$this->markTestSkipped('ICU version 71.1 or lower is required.');
242-
};
242+
}
243243

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

0 commit comments

Comments
 (0)