From c1a7ee6e16ba9f905bf43bafdc289c64de31683c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 25 Oct 2023 08:29:08 +0200 Subject: [PATCH] fix: use default php version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- build/phpDocumentor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"