We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9692d47 commit 76bb346Copy full SHA for 76bb346
Tests/TimezonesTest.php
@@ -618,7 +618,7 @@ public function testGetGmtOffsetAvailability(string $timezone)
618
try {
619
new \DateTimeZone($timezone);
620
} catch (\Exception $e) {
621
- $this->markTestSkipped(sprintf('The timezone "%s" is not available.', $timezone));
+ $this->markTestSkipped(\sprintf('The timezone "%s" is not available.', $timezone));
622
}
623
624
// ensure each timezone identifier has a corresponding GMT offset
0 commit comments