Skip to content

Commit 76c8387

Browse files
committed
ObjectStore: Fixed typehint
1 parent 66ee164 commit 76c8387

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 int */
38+
/** @var \DateTimeImmutable */
3939
public $contentLength;
4040

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

4444
/** @var array */

0 commit comments

Comments
 (0)