We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a26d0 commit 7f46e6eCopy full SHA for 7f46e6e
pre-commit
@@ -72,6 +72,8 @@ run_php_cs_fixer() {
72
extra_args=''
73
fi
74
75
+ export XDEBUG_MODE="${XDEBUG_MODE:-off}"
76
+
77
rerun_with_violation_details() {
78
echo >&2 "\033[0;33mCoding guidelines pre-commit check failed.\033[0m"
79
echo >&2 "\033[0;33mRunning check again in verbose mode ...\033[0m"
0 commit comments