Fix text in check runners
This commit is contained in:
@@ -62,9 +62,9 @@ fi;
|
|||||||
php_bin="${PHP_BIN_PATH}${php_version}";
|
php_bin="${PHP_BIN_PATH}${php_version}";
|
||||||
echo "Use PHP Version: ${php_version}";
|
echo "Use PHP Version: ${php_version}";
|
||||||
if [ "${use_composer}" -eq 1 ]; then
|
if [ "${use_composer}" -eq 1 ]; then
|
||||||
echo "Use composer installed phan";
|
echo "Use composer installed";
|
||||||
else
|
else
|
||||||
echo "Use phan installed via phives";
|
echo "Use phive installed";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [ ! -f "${php_bin}" ]; then
|
if [ ! -f "${php_bin}" ]; then
|
||||||
|
|||||||
@@ -62,9 +62,9 @@ fi;
|
|||||||
php_bin="${PHP_BIN_PATH}${php_version}";
|
php_bin="${PHP_BIN_PATH}${php_version}";
|
||||||
echo "Use PHP Version: ${php_version}";
|
echo "Use PHP Version: ${php_version}";
|
||||||
if [ "${use_composer}" -eq 1 ]; then
|
if [ "${use_composer}" -eq 1 ]; then
|
||||||
echo "Use composer installed phan";
|
echo "Use composer installed";
|
||||||
else
|
else
|
||||||
echo "Use phan installed via phives";
|
echo "Use phive installed";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [ ! -f "${php_bin}" ]; then
|
if [ ! -f "${php_bin}" ]; then
|
||||||
|
|||||||
@@ -81,9 +81,9 @@ fi;
|
|||||||
php_bin="${PHP_BIN_PATH}${php_version}";
|
php_bin="${PHP_BIN_PATH}${php_version}";
|
||||||
echo "Use PHP Version: ${php_version}";
|
echo "Use PHP Version: ${php_version}";
|
||||||
if [ "${use_composer}" -eq 1 ]; then
|
if [ "${use_composer}" -eq 1 ]; then
|
||||||
echo "Use composer installed phan";
|
echo "Use composer installed";
|
||||||
else
|
else
|
||||||
echo "Use phan installed via phives";
|
echo "Use phive installed";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [ ! -f "${php_bin}" ]; then
|
if [ ! -f "${php_bin}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user