Skip to content

Commit 39611d2

Browse files
committed
Some IDE comments
1 parent cee6711 commit 39611d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/phpdoc.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
IGNORED_FILES=$1
44
PHPDOC_TAG=$2
55

6+
# shellcheck disable=SC2089
67
GENERATOR_DOCKER_APP_ARGS="--target=/result --directory=/data --cache-folder=/tmp -v --template=xml --ansi --no-interaction --ignore=\"vendor/**\""
78
if [ "$IGNORED_FILES" != "" ]; then
89
while read -r line
@@ -11,6 +12,7 @@ if [ "$IGNORED_FILES" != "" ]; then
1112
done <<< "$IGNORED_FILES"
1213
fi;
1314

15+
# shellcheck disable=SC2086 disable=SC1101 disable=SC2090
1416
docker run \
1517
--rm \
1618
-v ${PWD}:/data \

0 commit comments

Comments
 (0)