Completed
Push — master ( 44a00f...9727c6 )
by Arne
02:20
created
src/IndexMerger/StandardIndexMerger.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -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.