@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | public function createArray(NodeValueListInterface $source, ValueListInterface ...$valueLists): ValueListInterface |
| 23 | 23 | { |
| 24 | - $createArrayElement = function (array $elements): ValueInterface { |
|
| 24 | + $createArrayElement = function(array $elements): ValueInterface { |
|
| 25 | 25 | return new LiteralArrayValue(...$elements); |
| 26 | 26 | }; |
| 27 | 27 | |