This commit is contained in:
TomasVotruba 2018-01-06 15:00:16 +01:00
parent 8aa5ae7955
commit 7d9e1f15ff

View File

@ -13,7 +13,6 @@
The iteration of files, nodes and Rectors respects this life cycle:
```php
foreach ($fileInfos as $fileInfo) {
// 1 file => nodes
$nodes = $phpParser->parseFileInfo($fileInfo);