We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7befc1 commit de48181Copy full SHA for de48181
dev/git-hooks/pre-commit
@@ -61,7 +61,7 @@ function php_unit() {
61
echo "${RED}$OUTPUT"
62
exit_reset_colors
63
fi
64
- echo "${YELLOW}[pre-commit]${GREEN} PHP Unit Tests Passed!${WHITE}"
+ echo "${YELLOW}[pre-commit]${GREEN} PHP Unit Tests Passed!${RESET_COLOR}"
65
}
66
php_unit &
67
@@ -78,7 +78,7 @@ function php_lint() {
78
79
80
done
81
- echo "${YELLOW}[pre-commit]${GREEN} ${1} Lint Passed!${WHITE}"
+ echo "${YELLOW}[pre-commit]${GREEN} ${1} Lint Passed!${RESET_COLOR}"
82
83
84
0 commit comments