diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh index 533e5f5a5c7f7..286f4a24e791a 100755 --- a/build/phpDocumentor.sh +++ b/build/phpDocumentor.sh @@ -4,4 +4,4 @@ wget https://phpdoc.org/phpDocumentor.phar mkdir -p api/ -php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)" +php phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)"