update php-cs fixer to get rid of PHP_CS_FIXER_IGNORE_ENV variable

This commit is contained in:
DubbleClick
2025-07-05 12:11:48 +07:00
parent 93d6a45a78
commit 26aca723cb
6 changed files with 189 additions and 178 deletions

View File

@@ -8,7 +8,7 @@
> If a modification is not involved, please skip it directly.
- If you modified `*.php` or `*.json`, run them locally to ensure your changes are valid:
- [ ] `PHP_CS_FIXER_IGNORE_ENV=1 composer cs-fix`
- [ ] `composer cs-fix`
- [ ] `composer analyse`
- [ ] `composer test`
- [ ] `bin/spc dev:sort-config`

View File

@@ -39,7 +39,7 @@ jobs:
tools: pecl, composer, php-cs-fixer
- name: Run PHP-CS-Fixer fix
run: PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff --ansi
run: php-cs-fixer fix --dry-run --diff --ansi
phpstan:
runs-on: ubuntu-latest