Skip to content

Commit 44a0e25

Browse files
committed
minor #60284 Unnecessary cast, return, semicolon and comma (wkania)
This PR was merged into the 6.4 branch. Discussion ---------- Unnecessary cast, return, semicolon and comma | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT isEqualTo always return null. Commits ------- 23cc764efab Unnecessary cast, return, semicolon and comma
2 parents 48c8d9b + de5c3d7 commit 44a0e25

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)