Browse Source

Added flags for php-cs-fixer

Mykyta Solomko 5 years ago
parent
commit
795ccdad53
  1. 2
      scripts/bin/lint-php

2
scripts/bin/lint-php

@ -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}"

Loading…
Cancel
Save