PedroTroller / PhpCSFixer-Custom-Fixers

A set of new fixers for PHP-CS-Fixer
77 stars 7 forks source link

friendsofphp/php-cs-fixer version 3.59.3 broke fixer #209

Open cobyl opened 2 weeks ago

cobyl commented 2 weeks ago

Since friendsofphp/php-cs-fixer version 3.59.3 fixer return this error:

PHP Fatal error:  Class PedroTroller\CS\Fixer\Behat\OrderBehatStepsFixer contains 1
abstract method and must therefore be declared abstract or implement the remaining methods
(PhpCsFixer\Fixer\ConfigurableFixerInterface::configure) in vendor/pedrotroller/php-cs-custom-fixer/src/PedroTroller/CS/Fixer/Behat/OrderBehatStepsFixer.php on line 16

Fatal error: Class PedroTroller\CS\Fixer\Behat\OrderBehatStepsFixer contains 1 abstract method
 and must therefore be declared abstract or implement the remaining methods (PhpCsFixer\Fixer\ConfigurableFixerInterface::configure) in
 vendor/pedrotroller/php-cs-custom-fixer/src/PedroTroller/CS/Fixer/Behat/OrderBehatStepsFixer.php on line 16
jorismak commented 1 week ago

https://github.com/PedroTroller/PhpCSFixer-Custom-Fixers/pull/210