mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-14 01:48:41 +00:00
fix return type
This commit is contained in:
parent
bf1b7222f1
commit
6184966594
|
|
@ -4,12 +4,12 @@ isPhanTestSuccessful() {
|
||||||
# export PHAN_DISABLE_XDEBUG_WARN="1"
|
# export PHAN_DISABLE_XDEBUG_WARN="1"
|
||||||
# php -d memory_limit=4G ${rootpath}/vendor/bin/phan -k ${rootpath}/Build/Config/phan.php #--minimum-severity=0 --color -f "$1" >&2
|
# php -d memory_limit=4G ${rootpath}/vendor/bin/phan -k ${rootpath}/Build/Config/phan.php #--minimum-severity=0 --color -f "$1" >&2
|
||||||
# if [ $? -ne 0 ]; then
|
# if [ $? -ne 0 ]; then
|
||||||
echo 0
|
# echo 0
|
||||||
return 0
|
# return 0
|
||||||
# fi
|
# fi
|
||||||
#
|
#
|
||||||
# echo 1
|
echo 1
|
||||||
# return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
isPhpStanTestSuccessful() {
|
isPhpStanTestSuccessful() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user