Skip to content

Instantly share code, notes, and snippets.

@relipse
Created December 15, 2022 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save relipse/be360bef0308aa01f31a10f11869f629 to your computer and use it in GitHub Desktop.
Save relipse/be360bef0308aa01f31a10f11869f629 to your computer and use it in GitHub Desktop.
PHP Lint check empty if clean
#!/bin/bash
find -iname "*.php" -print0 | xargs -0 -n1 php -l 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment