Skip to content

Commit

Permalink
Update src/lib/FieldType/Image/Value.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Parafiński <[email protected]>
  • Loading branch information
ciastektk and ViniTou authored Nov 9, 2023
1 parent ad93151 commit 93de0fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/FieldType/Image/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ class Value extends BaseValue
/** @var string[] */
public $additionalData = [];

/** @var string|null */
public $mime;
public ?string $mime;

/**
* Construct a new Value object.
Expand Down

0 comments on commit 93de0fd

Please sign in to comment.