_build/generate-phpdoc.sh: Fix output formatting
This commit is contained in:
parent
93f7aaad8b
commit
d9788c12e4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ echo
|
|||
# update a separate phpDoc cache
|
||||
if [ "$PHPDOC_CACHE_DIR" != "-" ]; then
|
||||
# parse phpDoc files (i.e. update cache)
|
||||
printf "\nUpdate phpDoc cache...\n"
|
||||
printf "Update phpDoc cache...\n"
|
||||
phpdoc project:parse --config "$PHPDOC_CONFIG" \
|
||||
--target "$PHPDOC_CACHE_DIR"
|
||||
|
||||
|
|
Loading…
Reference in a new issue