aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-10-25 08:29:08 +0200
committerGitHub <noreply@github.com>2023-10-25 08:29:08 +0200
commitc1a7ee6e16ba9f905bf43bafdc289c64de31683c (patch)
treef6f4b2887cdab840a77c639fd5cc3241097abde5 /build
parentbc7f0c3095184475d9fd43f0500dc9578e1f7f73 (diff)
downloadnextcloud-server-c1a7ee6e16ba9f905bf43bafdc289c64de31683c.tar.gz
nextcloud-server-c1a7ee6e16ba9f905bf43bafdc289c64de31683c.zip
fix: use default php version
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/phpDocumentor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh
index 533e5f5a5c7..286f4a24e79 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)"