Trying to fix the PHP linter

master
Mike Koch 7 år sedan
förälder 41cbdadb72
incheckning ea0a612e4f
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 9BA5D7F8391455ED

@ -12,7 +12,7 @@ while test $# -gt 0; do
continue
fi
for file in `find $current -type f -not -path "*vendor/*" -not -path "api/Tests/*" -name "*.php"` ; do
for file in `find $current -type f -not -path "*vendor/*" -not -path "*/api/Tests/*" -name "*.php"` ; do
RESULTS=`php -l $file`
echo $RESULTS

Laddar…
Avbryt
Spara