Skip to content

Commit 450f247

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
fix(preview): declare Preview version ID getter
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 9133556 commit 450f247

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎lib/private/Preview/Db/Preview.php‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
* @method string getEtag() Get the etag of the preview.
4848
* @method void setEtag(string $etag)
4949
* @method string|null getVersion() Get the version for files_versions_s3
50-
* @method void setVersionId(string $versionId)
50+
* @method string|null getVersionId() Get the ID of the version metadata row.
51+
* @method void setVersionId(string $versionId) Set the ID of the version metadata row.
5152
* @method bool|null getIs() Get the version for files_versions_s3
5253
* @method bool isEncrypted() Get whether the preview is encrypted. At the moment every preview is unencrypted.
5354
* @method void setEncrypted(bool $encrypted)

0 commit comments

Comments
 (0)