|
@@ -275,6 +275,10 @@ |
|
|
block discarded – undo |
|
275
|
275
|
return $remoteObject->getBlobId() !== $lastLocalObject->getBlobId(); |
|
276
|
276
|
} |
|
277
|
277
|
|
|
|
278
|
+ /** |
|
|
279
|
+ * @param IndexObject $localObject |
|
|
280
|
+ * @param IndexObject $lastLocalObject |
|
|
281
|
+ */ |
|
278
|
282
|
protected function resolveConflict(ConflictHandlerInterface $conflictHandler, IndexObject $remoteObject, ?IndexObject $localObject, ?IndexObject $lastLocalObject): IndexObject |
|
279
|
283
|
{ |
|
280
|
284
|
$this->logger->notice("Resolving conflict at {$remoteObject->getRelativePath()}..."); |
Please login to merge, or discard this patch.