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.
Using
add(): arrayfromBlumilk\Codestyle\Configuration\Defaults\Rulesallows 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()inPhpCsFixerConfigbefore running.