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 1439016 commit 9e449edCopy full SHA for 9e449ed
pre-commit
@@ -66,8 +66,8 @@ run_php_cs_fixer() {
66
fi
67
68
rerun_with_violation_details() {
69
- echo >&2 "\033[0;33mCoding guidelines pre-commit check failed.\033[1;0m"
70
- echo >&2 "\033[0;33mRunning check again in verbose mode ...\033[1;0m"
+ echo >&2 "\033[0;33mCoding guidelines pre-commit check failed.\033[0m"
+ echo >&2 "\033[0;33mRunning check again in verbose mode ...\033[0m"
71
72
"$php_cs_fixer_bin" fix --config="$config"\
73
-vvv \
0 commit comments