Completed
Push — master ( 577c5d...9a6b02 )
by David
02:55
created
src/Dwo/Aggregator/Merger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public static function merge(&$origin, $merge, array $saveKeys = [], $idKey = null)
25 25
     {
26
-        $checkMergeType = function ($a) {
26
+        $checkMergeType = function($a) {
27 27
             if ($a instanceof Aggregate) {
28 28
                 return 16;
29 29
             } elseif ($a instanceof PreAggregate) {
Please login to merge, or discard this patch.