Created
December 15, 2022 15:00
-
-
Save relipse/be360bef0308aa01f31a10f11869f629 to your computer and use it in GitHub Desktop.
PHP Lint check empty if clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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