php-translation / extractor

Extracts translation strings from source code
MIT License
126 stars 33 forks source link

tests: remove phpcs-fixer --diff-fomat option #163

Closed gimler closed 2 years ago

gimler commented 2 years ago

the option --diff-format no longer exist see also https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/3384

bocharsky-bw commented 2 years ago

Good catch! Could you make PHP CS Fixer green in this PR? Now it says:

Configuration file .php_cs is outdated, rename to .php-cs-fixer.php.

bocharsky-bw commented 2 years ago

I think we should run Fixer with --diff option so we see the actual diff in the output too, could you add that option?

bocharsky-bw commented 2 years ago

Great, thank you for fixing it!