From ea0a612e4faefac9a1612e9d207b1c12d642cefd Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 11 Sep 2017 21:34:16 -0400 Subject: [PATCH] Trying to fix the PHP linter --- ci/php_lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/php_lint.sh b/ci/php_lint.sh index 0cef4eb2..4a1a3f0e 100644 --- a/ci/php_lint.sh +++ b/ci/php_lint.sh @@ -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