We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f53bf5 commit b73b242Copy full SHA for b73b242
1 file changed
docs-generate
@@ -24,6 +24,7 @@ if [ "$1" = '-h' ]; then
24
fi
25
26
DIR="$( cd -P "$( dirname "$0" )"/.. >/dev/null 2>&1 && pwd )"
27
+BIN_DIR="${DIR}/bin"
28
CFG_FILE="$DIR/Config/phpdoc.xml"
29
30
# Bail out if phpcs isn't available to us
0 commit comments