diff options
Diffstat (limited to 'lib/public/Preview/BeforePreviewFetchedEvent.php')
-rw-r--r-- | lib/public/Preview/BeforePreviewFetchedEvent.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/Preview/BeforePreviewFetchedEvent.php b/lib/public/Preview/BeforePreviewFetchedEvent.php index 6aed6bcc704..8ab875070d9 100644 --- a/lib/public/Preview/BeforePreviewFetchedEvent.php +++ b/lib/public/Preview/BeforePreviewFetchedEvent.php @@ -27,11 +27,11 @@ class BeforePreviewFetchedEvent extends \OCP\EventDispatcher\Event { 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, ) { |