Completed
Push — master ( e6b663...fd87f3 )
by Edward
06:50
created
src/Runtime/Runtime.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.