Skip to content

Commit efbc7b2

Browse files
committed
tests: remove phpcs-fixer --diff-fomat option
the option `--diff-format` no longer exist see also PHP-CS-Fixer/PHP-CS-Fixer#3384
1 parent 2960262 commit efbc7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: PHP-CS-Fixer
1212
uses: docker://jakzal/phpqa:php7.3-alpine
1313
with:
14-
args: php-cs-fixer fix --dry-run --diff-format udiff -vvv
14+
args: php-cs-fixer fix --diff --dry-run -vvv
1515

1616
phpstan:
1717
name: PHPStan

0 commit comments

Comments
 (0)