@@ -18,11 +18,11 @@ |
||
18 | 18 | */ |
19 | 19 | private $transaction_hash; |
20 | 20 | |
21 | - private $inserted = []; // [$source, $changeset] |
|
22 | - private $updated = []; // [$source, $changeset] |
|
23 | - private $removed = []; // [$source, $id] |
|
24 | - private $associated = []; // [$source, $target, $mapping] |
|
25 | - private $dissociated = []; // [$source, $target, $id, $mapping] |
|
21 | + private $inserted = []; // [$source, $changeset] |
|
22 | + private $updated = []; // [$source, $changeset] |
|
23 | + private $removed = []; // [$source, $id] |
|
24 | + private $associated = []; // [$source, $target, $mapping] |
|
25 | + private $dissociated = []; // [$source, $target, $id, $mapping] |
|
26 | 26 | |
27 | 27 | /** |
28 | 28 | * @var AuditHelper |