From 6e547abccb114e40a450400b6345581f6b76d9ea Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 22 Jan 2026 11:31:01 +0900 Subject: [PATCH] Fix text in check runners --- 4dev/checking/phan.sh | 4 ++-- 4dev/checking/phpstan.sh | 4 ++-- 4dev/checking/phpunit.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4dev/checking/phan.sh b/4dev/checking/phan.sh index 06c6bd6e..32954c82 100755 --- a/4dev/checking/phan.sh +++ b/4dev/checking/phan.sh @@ -62,9 +62,9 @@ fi; php_bin="${PHP_BIN_PATH}${php_version}"; echo "Use PHP Version: ${php_version}"; if [ "${use_composer}" -eq 1 ]; then - echo "Use composer installed phan"; + echo "Use composer installed"; else - echo "Use phan installed via phives"; + echo "Use phive installed"; fi; if [ ! -f "${php_bin}" ]; then diff --git a/4dev/checking/phpstan.sh b/4dev/checking/phpstan.sh index 1a3feb07..ed648bf7 100755 --- a/4dev/checking/phpstan.sh +++ b/4dev/checking/phpstan.sh @@ -62,9 +62,9 @@ fi; php_bin="${PHP_BIN_PATH}${php_version}"; echo "Use PHP Version: ${php_version}"; if [ "${use_composer}" -eq 1 ]; then - echo "Use composer installed phan"; + echo "Use composer installed"; else - echo "Use phan installed via phives"; + echo "Use phive installed"; fi; if [ ! -f "${php_bin}" ]; then diff --git a/4dev/checking/phpunit.sh b/4dev/checking/phpunit.sh index 130ebcba..a6103005 100755 --- a/4dev/checking/phpunit.sh +++ b/4dev/checking/phpunit.sh @@ -81,9 +81,9 @@ fi; php_bin="${PHP_BIN_PATH}${php_version}"; echo "Use PHP Version: ${php_version}"; if [ "${use_composer}" -eq 1 ]; then - echo "Use composer installed phan"; + echo "Use composer installed"; else - echo "Use phan installed via phives"; + echo "Use phive installed"; fi; if [ ! -f "${php_bin}" ]; then