summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/php-lint.sh
blob: 9bd513f88499cad2164f9810ee2e6998897b2a3b (plain)
1
2
3
4
5
#!/bin/sh

set -e

exec find . -name "*.php" -not -path "*/lib/*" -print0 | xargs -0 -n1 php -l