Passed
Push — master ( 1b6630...f6567e )
by Edward
11:48
created
src/Runtime/LiteralFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.