Skip to content

Commit bcaf693

Browse files
🤖 pint (#13)
Automated commit by the `Format` workflow. Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
1 parent fa2247e commit bcaf693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WpOrg/Api/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function write(string $slug, bool $isClosed): void
4141
}
4242

4343
$content = sprintf(
44-
"%s%s%s%s%s%s",
44+
'%s%s%s%s%s%s',
4545
$isClosed ? 'closed' : 'open',
4646
PHP_EOL,
4747
$slug,

0 commit comments

Comments
 (0)