mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: use default php version
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
bc7f0c3095
commit
c1a7ee6e16
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue