Trying to fix the PHP linter

This commit is contained in:
Mike Koch 2017-09-11 21:34:16 -04:00
parent 41cbdadb72
commit ea0a612e4f
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -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