Skip to content

Commit 7311b52

Browse files
author
Vitaly Baev
committed
Fixed ObjectStorage PHPDoc of contentLength and lastModified
1 parent 2883c92 commit 7311b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ObjectStore/v1/Models/StorageObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ class StorageObject extends OperatorResource implements Creatable, Deletable, Ha
3535
/** @var string */
3636
public $contentType;
3737

38-
/** @var \DateTimeImmutable */
38+
/** @var int */
3939
public $contentLength;
4040

41-
/** @var string */
41+
/** @var \DateTimeImmutable */
4242
public $lastModified;
4343

4444
/** @var array */

0 commit comments

Comments
 (0)