@@ -46,7 +46,7 @@ |
||
46 | 46 | $target = $target->getResult(); |
47 | 47 | $this->applyNodeResults($target); |
48 | 48 | } elseif (is_array($target) || is_object($target)) { |
49 | - foreach ($target as &$value) { |
|
49 | + foreach ($target as &$value) { |
|
50 | 50 | $this->applyNodeResults($value); |
51 | 51 | } |
52 | 52 | } |
@@ -103,7 +103,8 @@ |
||
103 | 103 | * |
104 | 104 | * @return mixed $result |
105 | 105 | */ |
106 | - protected function resolveNodes($node) { |
|
106 | + protected function resolveNodes($node) |
|
107 | + { |
|
107 | 108 | if (!$node instanceof Node) { |
108 | 109 | return $node; |
109 | 110 | } |