From 77bbf9e4554607843aaef0e856472e250ad77086 Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Moaz Date: Wed, 22 Jul 2026 16:47:10 +0500 Subject: [PATCH 1/2] 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/Theme.php | 3 ++- tests/ThemeTest.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Theme.php b/src/Theme.php index 6cdfdc7..8544a0a 100644 --- a/src/Theme.php +++ b/src/Theme.php @@ -1,4 +1,5 @@ - Date: Wed, 22 Jul 2026 16:54:46 +0500 Subject: [PATCH 2/2] chore: use webisters/coding-standard for linting Co-Authored-By: Claude Opus 4.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 958ea3e..d274839 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": ">=8.2" }, "require-dev": { - "natanfelles/coding-standard": "^1.5", + "webisters/coding-standard": "*", "phpunit/phpunit": "^9.5" }, "config": {