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 c5217a4 commit 67aeb4eCopy full SHA for 67aeb4e
bin/php-code-validator
@@ -6,7 +6,7 @@ cd ${CALLER_DIR}
6
7
# used within project
8
if [ -f ${BIN_DIR}/phpcs ]; then
9
- SCRIPT_DIR=${BIN_DIR}/../flyeralarm/coding-guidelines
+ SCRIPT_DIR=${BIN_DIR}/../flyeralarm/php-code-validator
10
COMPOSER_BIN=${BIN_DIR}
11
else # standalone
12
SCRIPT_DIR=${BIN_DIR}/..
0 commit comments