Skip to content
Prev Previous commit
fix: Fix phpdoc wording
Co-authored-by: Anna <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc and miaulalala authored Sep 13, 2024
commit d76745553c29897d9d7adb28b8d92a098783ca49
6 changes: 3 additions & 3 deletions lib/public/Preview/BeforePreviewFetchedEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ public function __construct(
private Node $node,
/** @deprecated 28.0.0 passing null is deprecated **/
private ?int $width = null,
/** @deprecated 28.0.0 passing null is null deprecated **/
/** @deprecated 28.0.0 passing null is deprecated **/
private ?int $height = null,
/** @deprecated 28.0.0 passing null is null deprecated **/
/** @deprecated 28.0.0 passing null is deprecated **/
private ?bool $crop = null,
/** @deprecated 28.0.0 passing null is null deprecated **/
/** @deprecated 28.0.0 passing null is deprecated **/
private ?string $mode = null,
private ?string $mimeType = null,
) {
Expand Down