Completed
Push — master ( fa0d52...fef7a6 )
by Arne
01:59
created
src/Vault.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -292,8 +292,7 @@
 block discarded – undo
292 292
         {
293 293
             $newRevision = $newRevision ?: ($lastSynchronization->getRevision() + 1);
294 294
             $remoteIndex = $this->doLoadRemoteIndex($lastSynchronization->getRevision(), $synchronizationList);
295
-        }
296
-        else
295
+        } else
297 296
         {
298 297
             $newRevision = $newRevision ?: 1;
299 298
             $remoteIndex = null;
Please login to merge, or discard this patch.