Skip to content

Commit 393cbc3

Browse files
committed
Remove hint
1 parent 348b157 commit 393cbc3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Database/Database.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3863,9 +3863,6 @@ public function updateDocument(string $collection, string $id, Document $documen
38633863

38643864
$document = $this->withTransaction(function () use ($collection, $id, $document) {
38653865
$time = DateTime::now();
3866-
/**
3867-
* @var $old Document
3868-
*/
38693866
$old = Authorization::skip(fn () => $this->silent(
38703867
fn () =>
38713868
$this->getDocument($collection->getId(), $id, forUpdate: true)

0 commit comments

Comments
 (0)