Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class ValueNodeParser extends AbstractNodeParser implements ValueNodeParserInterface |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | * |
||
23 | * This method do nothing because parsing expr is hard and useless for PhpUnitGen. |
||
24 | */ |
||
25 | public function invoke(Node\Expr $node, VariableLikeInterface $parent): VariableLikeInterface |
||
30 |