mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Remove unnecessary usage of xargs
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Check syntax in php files.
|
||||
find . -type "f" -iname "*.php" | xargs -L "1" php -l
|
||||
find . -type "f" -iname "*.php" -exec php -l {} \;
|
||||
|
||||
# Run tests.
|
||||
cd tests && phpunit --configuration phpunit.xml
|
||||
|
||||
Reference in New Issue
Block a user