Skip to content

Commit 5e4a73e

Browse files
committed
Sequence as int
1 parent d256f23 commit 5e4a73e

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 string
65+
* @return int
6666
*/
67-
public function getSequence(): string
67+
public function getSequence(): int
6868
{
6969
return $this->getAttribute('$sequence', '');
7070
}

0 commit comments

Comments
 (0)