We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c916ad0 + 788d34d commit b763d20Copy full SHA for b763d20
composer.json
@@ -23,7 +23,7 @@
23
"classmap-authoritative": true
24
},
25
"scripts": {
26
- "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
+ "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
27
"cs:check": "php-cs-fixer fix --dry-run --diff",
28
"cs:fix": "php-cs-fixer fix"
29
}
0 commit comments