Skip to content

Commit

Permalink
Merge branch '1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Apr 6, 2021
2 parents cd1f4ce + b5bf5de commit 4fa8309
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eZ/Publish/API/Repository/Values/Content/Thumbnail.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

use eZ\Publish\API\Repository\Values\ValueObject;

/**
* @property-read string $resource
* @property-read int|null $width
* @property-read int|null $height
* @property-read string|null $mimeType
*/
class Thumbnail extends ValueObject
{
/**
Expand Down

0 comments on commit 4fa8309

Please sign in to comment.