Skip to content

Commit d2c2214

Browse files
vody105Milan Felix Šulc
authored andcommitted
Codefixer: since v3 option --no-patch removed
1 parent 973362e commit d2c2214

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/codefixer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ if [ -z "$1" ]; then
3636
[ -d "app" ] && FOLDERS+=('app')
3737
[ -d "src" ] && FOLDERS+=('src')
3838
[ -d "tests" ] && FOLDERS+=('tests')
39-
${DIR}/phpcbf --standard="${RULESET}" --ignore="${EXCLUDE_FOLDERS}" --extensions="${EXTENSIONS}" --colors --encoding=utf-8 --no-patch -nsp ${FOLDERS[*]}
39+
${DIR}/phpcbf --standard="${RULESET}" --ignore="${EXCLUDE_FOLDERS}" --extensions="${EXTENSIONS}" --colors --encoding=utf-8 -nsp ${FOLDERS[*]}
4040
else
4141
# Run codefixer
42-
${DIR}/phpcbf --standard="${RULESET}" --ignore="${EXCLUDE_FOLDERS}" --extensions="${EXTENSIONS}" --colors --encoding=utf-8 --no-patch -nsp $@
42+
${DIR}/phpcbf --standard="${RULESET}" --ignore="${EXCLUDE_FOLDERS}" --extensions="${EXTENSIONS}" --colors --encoding=utf-8 -nsp $@
4343
fi

0 commit comments

Comments
 (0)