@@ -131,7 +131,7 @@ |
||
131 | 131 | } |
132 | 132 | } |
133 | 133 | |
134 | - $createArrayElement = function (array $elements) use ($source): ValueInterface { |
|
134 | + $createArrayElement = function(array $elements) use ($source): ValueInterface { |
|
135 | 135 | return new LiteralArrayValue($source->getIndexMap(), ...$elements); |
136 | 136 | }; |
137 | 137 |