Remove phan xdebug warning

This commit is contained in:
Dennis Eichhorn 2018-11-23 11:50:49 +01:00
parent 800b8b244f
commit cdbe109800

View File

@ -1,6 +1,7 @@
#!/bin/bash
isPhanTestSuccessful() {
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
if [ $? -ne 0 ]; then
echo 0