From 6a242acafc3f583ab942b1beefb74e7c70b43eb2 Mon Sep 17 00:00:00 2001 From: "tastendruck[bot]" <191388063+tastendruck[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 20:41:28 +0000 Subject: [PATCH] :robot: `pint` Automated commit by the `Format` workflow. --- src/WpOrg/Api/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WpOrg/Api/Cache.php b/src/WpOrg/Api/Cache.php index d658fee..d9a907a 100644 --- a/src/WpOrg/Api/Cache.php +++ b/src/WpOrg/Api/Cache.php @@ -41,7 +41,7 @@ public function write(string $slug, bool $isClosed): void } $content = sprintf( - "%s%s%s%s%s%s", + '%s%s%s%s%s%s', $isClosed ? 'closed' : 'open', PHP_EOL, $slug,