Hide phpmd normal output

This commit is contained in:
Dennis Eichhorn 2018-08-18 13:21:36 +02:00
parent 17e1afe276
commit c98ec7517d

View File

@ -14,7 +14,7 @@ hasInvalidPhpSyntax() {
fi fi
# phpmd # phpmd
$(php -d memory_limit=4G ${rootpath}/vendor/bin/phpmd "$1" text ${rootpath}/Build/Config/phpmd.xml --exclude *tests* --minimumpriority 1) $(php -d memory_limit=4G ${rootpath}/vendor/bin/phpmd "$1" text ${rootpath}/Build/Config/phpmd.xml --exclude *tests* --minimumpriority 1 > /dev/null)
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
return 3 return 3
fi fi