Skip to content

Commit

Permalink
[TASK] ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Kemeter committed Sep 13, 2024
1 parent 73a5eb6 commit eb0501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/Render/ImageRenderViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ImageRenderViewHelper extends AbstractTagBasedViewHelper
/** @var bool $escapeOutput */
protected $escapeOutput = false;

/** @var null|FileInterface $image */
/** @var FileInterface|null $image */
private ?FileInterface $image;

/** @var array $breakpoints */
Expand Down

0 comments on commit eb0501c

Please sign in to comment.