Use global phpcs
This commit is contained in:
parent
f748a71a8e
commit
e0f08cc65a
|
@ -11,6 +11,6 @@ if [[ ${RUN_PHPCS} == 1 ]]; then
|
|||
fi
|
||||
|
||||
echo "Running Code Sniffer."
|
||||
./vendor/bin/phpcs --ignore=$IGNORE --encoding=utf-8 -s -n -p $CHANGED_FILES
|
||||
phpcs --ignore=$IGNORE --encoding=utf-8 -s -n -p $CHANGED_FILES
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue