From d76745553c29897d9d7adb28b8d92a098783ca49 Mon Sep 17 00:00:00 2001 From: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:01:55 +0200 Subject: fix: Fix phpdoc wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anna Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- lib/public/Preview/BeforePreviewFetchedEvent.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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, ) { -- cgit v1.2.3