We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e07d4 commit 2335dfcCopy full SHA for 2335dfc
1 file changed
php-check
@@ -4,7 +4,7 @@ if [ "$1" = "recent" ]; then
4
ADDITONAL_OPTIONS="-mmin -240"
5
else
6
ADDITONAL_OPTIONS=""
7
-find
+fi
8
9
find . $ADDITONAL_OPTIONS -name "*.php" -print0 | xargs -0 -n1 -P10 php -l | grep -v 'No syntax errors'
10
0 commit comments