summaryrefslogtreecommitdiff
path: root/utils/gitlab-ci/php-lint.sh
blob: ceaee146652351903de5a8015913ef609a8e2163 (plain)
1
2
3
#!/bin/sh -e

exec find . -name "*.php" -print0 | xargs -0 -n1 php -q -l