|
|
|
@ -40,7 +40,7 @@ build_file_list |
|
|
|
while read -r _php_file; do |
|
|
|
# We need globing and word splitting |
|
|
|
# shellcheck disable=SC2068 |
|
|
|
php-cs-fixer ${EXTRA_ARGS[@]} "${_php_file}" \ |
|
|
|
php-cs-fixer -v --dry-run ${EXTRA_ARGS[@]} "${_php_file}" \ |
|
|
|
|| RET=${?} |
|
|
|
done < "${_CHECK_FILES}" |
|
|
|
|
|
|
|
|