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 796e7e5 + a15678d commit 6bfb4d5Copy full SHA for 6bfb4d5
composer.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"cs:check": "php-cs-fixer fix --dry-run --diff",
19
"cs:fix": "php-cs-fixer fix",
20
- "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
+ "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
21
"test": "phpunit -c tests/phpunit.xml",
22
"test:unit": "phpunit -c tests/phpunit.xml tests/Unit",
23
"test:unit:dev": "phpunit -c tests/phpunit.xml tests/Unit --no-coverage"
0 commit comments