From c43bb0662d5558fd6ac7f27ec046ad7d03a123e1 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 5 Jun 2025 18:01:12 +0900 Subject: [PATCH] check scripts update: phan from phive is too old --- .phive/phars.xml | 2 +- 4dev/checking/phan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 3c6bd04e..5a90dcfe 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -3,7 +3,7 @@ - + diff --git a/4dev/checking/phan.sh b/4dev/checking/phan.sh index 37c72234..2366b134 100755 --- a/4dev/checking/phan.sh +++ b/4dev/checking/phan.sh @@ -1,5 +1,5 @@ base=$(pwd)"/"; # must be run in ${base} cd $base || exit; -${base}tools/phan --progress-bar -C --analyze-twice; +PHAN_DISABLE_XDEBUG_WARN=1;${base}tools/phan --progress-bar -C --analyze-twice cd ~ || exit;