Skip to content

Commit

Permalink
Changed type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 committed Dec 16, 2024
1 parent 71c9e4c commit 67d7e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class ResizeModeParameter extends QueryParameter
public function __construct(
bool $required = true,
array $resizeModes = ResizeModes::ALLOWED_MODES,
mixed $defaultValue = ResizeModes::SCALE_BY_WIDTH
string $defaultValue = ResizeModes::SCALE_BY_WIDTH
) {
parent::__construct(
name: 'resizeMode',
Expand Down

0 comments on commit 67d7e18

Please sign in to comment.