@@ -9,7 +9,7 @@ |
||
| 9 | 9 | |
| 10 | 10 | final class PointerEvaluator |
| 11 | 11 | { |
| 12 | - private const NODE_TYPE_NAMES = [ |
|
| 12 | + private const NODE_TYPE_NAMES = [ |
|
| 13 | 13 | BooleanNode::class => 'boolean', |
| 14 | 14 | NumberNode::class => 'number', |
| 15 | 15 | StringNode::class => 'string', |