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
Using add(): array from Blumilk\Codestyle\Configuration\Defaults\Rules allows user to add some custom rules. If rule is really custom (not from PHP CS Fixer, this project custom rules set nor kubawerlos/php-cs-fixer-custom-fixers repository), adding it by this method will made configurator fail.
These new rules should be registered by registerCustomFixers() in PhpCsFixerConfig before running.
The text was updated successfully, but these errors were encountered:
Using
add(): array
fromBlumilk\Codestyle\Configuration\Defaults\Rules
allows user to add some custom rules. If rule is really custom (not from PHP CS Fixer, this project custom rules set nor kubawerlos/php-cs-fixer-custom-fixers repository), adding it by this method will made configurator fail.These new rules should be registered by
registerCustomFixers()
inPhpCsFixerConfig
before running.The text was updated successfully, but these errors were encountered: