Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Dec 11, 2024
1 parent c29270d commit 66ba1ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/DataObject/Legacy/ApplyChangesHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ private function processRemoteOwnerRelations(
$owner->setUserModification($this->securityService->getCurrentUser()->getId());
$owner->save();
$this->logger->debug(
'Saved object id [ ' . $owner->getId() . ' ] by remote modification through
[' . $object->getId() . '], Action: deleted [ ' . $object->getId() . " ]
'Saved object id [ ' . $owner->getId() . ' ] by remote modification through
[' . $object->getId() . '], Action: deleted [ ' . $object->getId() . " ]
from [ $ownerFieldName]"
);
}
Expand All @@ -178,8 +178,8 @@ private function processRemoteOwnerRelations(
$owner->setUserModification($this->securityService->getCurrentUser()->getId());
$owner->save();
$this->logger->debug(
'Saved object id [ ' . $owner->getId() . ' ] by remote modification
through [' . $object->getId() . '], Action:
'Saved object id [ ' . $owner->getId() . ' ] by remote modification
through [' . $object->getId() . '], Action:
added [ ' . $object->getId() . " ] to [ $ownerFieldName ]"
);
}
Expand Down

0 comments on commit 66ba1ce

Please sign in to comment.