Skip to content

Commit

Permalink
Update src/bundle/Controller/DownloadImageController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Oboza <konrad.oboza@ibexa.co>
  • Loading branch information
ciastektk and konradoboza committed Jun 3, 2024
1 parent 5920633 commit 79b727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Controller/DownloadImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private function getImageValue(Content $content): Value
if (!$value instanceof Value) {
throw new RuntimeException(
sprintf(
'Field value should be type of %s. "%s" given.',
'Field value should be of type %s. "%s" given.',
Value::class,
get_debug_type($value)
)
Expand Down

0 comments on commit 79b727b

Please sign in to comment.