Skip to content

Commit

Permalink
Merge pull request #238 from vitalybaev/fixed-object-storage-phpdoc-t…
Browse files Browse the repository at this point in the history
…ypes

Fixed ObjectStorage PHPDoc of contentLength and lastModified
  • Loading branch information
haphan authored May 2, 2018
2 parents 2883c92 + 7311b52 commit 3374e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ObjectStore/v1/Models/StorageObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ class StorageObject extends OperatorResource implements Creatable, Deletable, Ha
/** @var string */
public $contentType;

/** @var \DateTimeImmutable */
/** @var int */
public $contentLength;

/** @var string */
/** @var \DateTimeImmutable */
public $lastModified;

/** @var array */
Expand Down

0 comments on commit 3374e2b

Please sign in to comment.