Skip to content

Commit

Permalink
[README] fix ecs.php link
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 17, 2021
1 parent 8665534 commit 5e6a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/target-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ dump_node($node, 1);

Rector uses [nikic/php-parser](https://github.com/nikic/PHP-Parser/), built on technology called an *abstract syntax tree* (AST). An AST doesn't know about spaces and when written to a file it produces poorly formatted code in both PHP and docblock annotations. **That's why your project needs to have a coding standard tool** and a set of formatting rules, so it can make Rector's output code nice and shiny again.

We're using [ECS](https://github.com/symplify/easy-coding-standard) with [this setup](ecs.php).
We're using [ECS](https://github.com/symplify/easy-coding-standard) with [this setup](https://github.com/rectorphp/rector-src/blob/main/ecs.php).

0 comments on commit 5e6a011

Please sign in to comment.