mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-25 00:36:35 +00:00
add ignore env to php-cs-fixer for ci (php 8.2 issue)
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
"php-cs-fixer fix -v"
|
||||
],
|
||||
"lint-ci": [
|
||||
"php-cs-fixer fix -v --dry-run --stop-on-violation"
|
||||
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --dry-run --stop-on-violation"
|
||||
],
|
||||
"test": [
|
||||
"XDEBUG_MODE=coverage phpunit"
|
||||
|
||||
Reference in New Issue
Block a user