Skip to content

Commit e750d60

Browse files
committed
Update Hint
1 parent e001abd commit e750d60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Database/Document.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public function getId(): string
6262
}
6363

6464
/**
65-
* @return mixed
65+
* @return int|string|null
6666
*/
67-
public function getSequence(): mixed
67+
public function getSequence(): int|string|null
6868
{
6969
return $this->getAttribute('$sequence');
7070
}

0 commit comments

Comments
 (0)