@@ -23,7 +23,7 @@ |
||
| 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) { |