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.
pint
1 parent fa2247e commit bcaf693Copy full SHA for bcaf693
1 file changed
src/WpOrg/Api/Cache.php
@@ -41,7 +41,7 @@ public function write(string $slug, bool $isClosed): void
41
}
42
43
$content = sprintf(
44
- "%s%s%s%s%s%s",
+ '%s%s%s%s%s%s',
45
$isClosed ? 'closed' : 'open',
46
PHP_EOL,
47
$slug,
0 commit comments