From 1dc1db288df49b9eaca041d2f14f99b0642d03e1 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 25 Nov 2025 14:22:47 +0100 Subject: [PATCH 1/2] Fix code style issues Applied PHP-CS-Fixer to fix heredoc syntax formatting. --- .../AutoLabelFromContentSubscriberTest.php | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/tests/Subscriber/AutoLabelFromContentSubscriberTest.php b/tests/Subscriber/AutoLabelFromContentSubscriberTest.php index 46679ca..b0c9840 100644 --- a/tests/Subscriber/AutoLabelFromContentSubscriberTest.php +++ b/tests/Subscriber/AutoLabelFromContentSubscriberTest.php @@ -96,8 +96,7 @@ public function getPRTests() 'Cool new Feature!', << Date: Tue, 25 Nov 2025 14:23:39 +0100 Subject: [PATCH 2/2] Update PHP-CS-Fixer to version 3.90 Update PHP-CS-Fixer from 3.64 to 3.90 for PHP 8.4 compatibility. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df5f339..6a9a33d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: with: php-version: 8.3 coverage: none - tools: php-cs-fixer:3.64, cs2pr + tools: php-cs-fixer:3.90, cs2pr - name: Checkout code uses: actions/checkout@v4