Skip to content

Commit 5ff71cc

Browse files
author
Andrey Helldar
committed
Added --ansi flag to fixer
1 parent 22aec13 commit 5ff71cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ IS_DIRTY_DEPENDABOT=1
3333
# Fix codestyle
3434
IS_DIRTY_CODE=1
3535

36-
php-cs-fixer fix --config=/.php-cs.php -v
36+
php-cs-fixer fix --config=/.php-cs.php --ansi -v
3737

3838
{ git add . && git commit -a -m "Update code-style"; } || IS_DIRTY_CODE=0
3939

0 commit comments

Comments
 (0)