qa: set xdebug mode to off when running QA checks

This commit is contained in:
Romain Canon 2022-09-26 21:56:12 +02:00
parent 3ee526cb27
commit e686c07f39

View File

@ -45,6 +45,7 @@
},
"scripts": {
"check": [
"@putenv XDEBUG_MODE=off",
"phpunit",
"phpstan",
"psalm",
@ -52,6 +53,7 @@
"rector --dry-run"
],
"fix": [
"@putenv XDEBUG_MODE=off",
"php-cs-fixer fix",
"rector"
],