Conversation
|
Much better! 🙂 |
|
👍 I already used in the conference and people understood it better, thanks for the feedback |
|
It was pleasure to contribute to this awesome project! |
|
Better send some PR with DDD :) |
|
|
|
We got feedback on overlapping of these options and Saying that, we decided to remove <?php
declare(strict_types=1);
use Rector\Set\ValueObject\SetList;
use Rector\Core\Configuration\Option;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
return static function (ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();
$parameters->set(Option::SETS, [
SetList::SYMFONY_40,
]);
}; |
|
@TomasVotruba, thanks for the quick update, really appreciate it! However, there are some leftovers in the codebase, especially in the documentation remained: https://github.com/rectorphp/rector/search?q=%22--set%22 |
|
I see. Could I kindly ask you to update those? |
Closes #1518
There are now the same:
New
--setoptionAdded
--setalias to--levelThese are now equalivalent:
/cc @jkuchar