We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d120c3 commit e0385adCopy full SHA for e0385ad
src/contracts/Repository/Values/Content/Thumbnail.php
@@ -23,9 +23,9 @@ class Thumbnail extends ValueObject
23
*/
24
protected string $resource;
25
26
- protected ?int $width;
+ protected ?int $width = null;
27
28
- protected ?int $height;
+ protected ?int $height = null;
29
30
- protected ?string $mimeType;
+ protected ?string $mimeType = null;
31
}
0 commit comments