Skip to content

Commit b0bcec2

Browse files
committed
fixup! make RectorNodeTraverser immutable
1 parent e632d3f commit b0bcec2

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/PhpParser/NodeTraverser/RectorNodeTraverser.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@ public function __construct(
5555
) {
5656
}
5757

58-
// /**
59-
// * @param Stmt[] $rectors
60-
// * @return Stmt[]
61-
// */
62-
// public function traverse(array $nodes): array
63-
// {
64-
// $this->prepareNodeVisitors();
65-
//
66-
// return parent::traverse($nodes);
67-
// }
68-
6958
/**
7059
* @param RectorInterface[] $rectors
7160
* @api used in tests to update the active rules

0 commit comments

Comments
 (0)