mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
notes
This commit is contained in:
parent
4d8a6d3272
commit
1aadb0cee5
@ -415,7 +415,7 @@ rectors:
|
||||
|
||||
## Coding Standards are Outsourced
|
||||
|
||||
This package has no intention in formatting your code, as **coding standard tools handle this much better**. We prefer [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) with Rector's prepared set:
|
||||
This package has no intention in formatting your code, as **coding standard tools handle this much better**. We prefer [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) with Rector's prepared set:
|
||||
|
||||
```bash
|
||||
# install
|
||||
|
@ -10,9 +10,6 @@ use Rector\NodeChanger\IdentifierRenamer;
|
||||
use Rector\Rector\AbstractRector;
|
||||
|
||||
/**
|
||||
* @todo - turn to dynamic -> rename method + add arg
|
||||
* then drop this too specific one
|
||||
*
|
||||
* Before::
|
||||
* - $myControl->validateControl(?$snippet)
|
||||
*
|
||||
|
@ -3,7 +3,10 @@ rectors:
|
||||
Rector\Rector\Contrib\Nette\Utils\MagicMethodRector: ~
|
||||
|
||||
# application
|
||||
|
||||
# todo: turn to RectorProvider with fluent setup
|
||||
Rector\Rector\Contrib\Nette\Application\ValidateControlRector: ~
|
||||
|
||||
Rector\Rector\Contrib\Nette\Application\TemplateMagicInvokeFilterCallRector: ~
|
||||
Rector\Rector\Contrib\Nette\Application\TemplateRegisterHelperRector: ~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user