mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-31 12:42:05 +01:00
Fix typos
This commit is contained in:
parent
a8b194244b
commit
05254b4176
@ -47,8 +47,8 @@ foreach ($fileInfos as $fileInfo) {
|
||||
|
||||
### 2.2 Rectify Phase
|
||||
|
||||
- When all nodes are ready, applicies iterates all active Rector
|
||||
- Each nodes is compared to `$rector->getNodeTypes()` method to see, if this Rector should do some work on it, e.g. is this class name called `OldClassName`?
|
||||
- When all nodes are ready, applicies iterates all active Rectors
|
||||
- Each node is compared to `$rector->getNodeTypes()` method to see, if this Rector should do some work on it, e.g. is this class name called `OldClassName`?
|
||||
- If it doesn't match, it goes to next node.
|
||||
- If it matches, the `$rector->reconstruct($node)` method is called
|
||||
- Active Rector changes all what he should and returns changed node
|
||||
|
Loading…
x
Reference in New Issue
Block a user