Completed
Push — master ( a6b4b4...48311f )
by Chris
02:50
created
src/PointerEvaluator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.