fix: use default php version

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/41105/head
John Molakvoæ 7 months ago committed by GitHub
parent bc7f0c3095
commit c1a7ee6e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)"

Loading…
Cancel
Save