mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
parent
a3be7e03ca
commit
26343461cd
@ -73,7 +73,7 @@ It supports all versions of PHP from 5.2 and many open-source projects:
|
||||
|
||||
## How to Apply Coding Standards?
|
||||
|
||||
Rector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), that build on technology called *abstract syntax tree*) technology* (AST). AST doesn't care about spaces and produces mall-formatted code. That's why your project needs to have coding standard tool and set of rules, so it can make refactored nice and shiny again.
|
||||
Rector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), that build on technology called *abstract syntax tree* (AST). AST doesn't care about spaces and produces mall-formatted code. That's why your project needs to have coding standard tool and set of rules, so it can make refactored nice and shiny again.
|
||||
|
||||
Don't have any coding standard tool? Add [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) and use prepared [`ecs-after-rector.php`](/ecs-after-rector.php) set.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user