Skip to content

Commit 76bb346

Browse files
keradusnicolas-grekas
authored andcommitted
CS: apply minor indentation fixes
1 parent 9692d47 commit 76bb346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TimezonesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ public function testGetGmtOffsetAvailability(string $timezone)
618618
try {
619619
new \DateTimeZone($timezone);
620620
} catch (\Exception $e) {
621-
$this->markTestSkipped(sprintf('The timezone "%s" is not available.', $timezone));
621+
$this->markTestSkipped(\sprintf('The timezone "%s" is not available.', $timezone));
622622
}
623623

624624
// ensure each timezone identifier has a corresponding GMT offset

0 commit comments

Comments
 (0)