From bc4fa867d584ce6b78ad572ab2b5ce8c960707d0 Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Moaz Date: Wed, 22 Jul 2026 16:46:56 +0500 Subject: [PATCH] chore: apply the coding standard Runs php-cs-fixer with the shared webisters/coding-standard config. Style only, no behaviour changes. Co-Authored-By: Claude Opus 4.8 --- src/Views/debugbar/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/debugbar/debugbar.php b/src/Views/debugbar/debugbar.php index 300bcee..8c8f3c8 100644 --- a/src/Views/debugbar/debugbar.php +++ b/src/Views/debugbar/debugbar.php @@ -34,7 +34,7 @@ $renderBadgeIcon = static function (string $safeName, string $label) use ($badgeMap) : string { $letter = $badgeMap[$safeName] ?? strtoupper(substr($label, 0, 1)); return ''; }; ?>