| 1 | <?php | ||
| 21 | final class ContainerAwareTransChoice extends BasePHPVisitor implements NodeVisitor | ||
| 22 | { | ||
| 23 | /** | ||
| 24 |      * {@inheritdoc} | ||
| 25 | */ | ||
| 26 | 2 | public function beforeTraverse(array $nodes): ?Node | |
| 30 | |||
| 31 | /** | ||
| 32 |      * {@inheritdoc} | ||
| 33 | */ | ||
| 34 | 2 | public function enterNode(Node $node): ?Node | |
| 58 | |||
| 59 | /** | ||
| 60 |      * {@inheritdoc} | ||
| 61 | */ | ||
| 62 | 2 | public function leaveNode(Node $node): ?Node | |
| 66 | |||
| 67 | /** | ||
| 68 |      * {@inheritdoc} | ||
| 69 | */ | ||
| 70 | 2 | public function afterTraverse(array $nodes): ?Node | |
| 74 | } | ||
| 75 |