You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Class Blumilk\Codestyle\Fixers\NoCommentFixer contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (PhpCsFixer\Fixer\ConfigurableFixerInterface::configure) in /application/vendor/blumilksoftware/codestyle/src/Fixers/NoCommentFixer.php on line 19
NoCommentFixer implements ConfigurableFixerInterface which require configure method which has been deleted in parent (AbstractFixer) class in 3.59.3 release.
Instead of we can use ConfigurableFixerTrait which contains configure method.
Also we need to rename getConfigurationDefinition to createConfigurationDefinition.
The text was updated successfully, but these errors were encountered:
Package cannot be used with php-cs-fixer 3.59.3 (relased 16.06.2024).
breaking PR:
https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7988/files#diff-e1fb45756cd1d53b6d67072d8a026692c07af55617018229b0bf4ab6c22e3e53
Output error:
NoCommentFixer
implementsConfigurableFixerInterface
which requireconfigure
method which has been deleted in parent (AbstractFixer
) class in 3.59.3 release.Instead of we can use
ConfigurableFixerTrait
which containsconfigure
method.Also we need to rename
getConfigurationDefinition
tocreateConfigurationDefinition
.The text was updated successfully, but these errors were encountered: