From f021e372f6d5f4baec95eb4b11f304b888c27510 Mon Sep 17 00:00:00 2001
From: n <n@tourmentine.com>
Date: Sun, 29 Dec 2024 15:26:58 +0100
Subject: [PATCH] Revert "CI: disable PHP version check for PHP-CS-Fixer"

This reverts commit 3477a9bceb27c9acadcca64385e90fc2df6ee471.
---
 .forgejo/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml
index 8f18e6a..fc9596d 100644
--- a/.forgejo/workflows/lint.yml
+++ b/.forgejo/workflows/lint.yml
@@ -29,6 +29,6 @@ jobs:
       - name: Lint PHP files
         run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
       - name: PHP CS Fixer
-        run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
+        run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
       - run: echo "🍏 This job's status is ${{ job.status }}."