diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-09-13 16:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 16:01:55 +0200 |
commit | d76745553c29897d9d7adb28b8d92a098783ca49 (patch) | |
tree | 5eddceb2187b533b79894168b4449a47c3d7dc22 /lib | |
parent | 7d881b1bc35e24cba29184f11d4b28188fe487ff (diff) | |
download | nextcloud-server-d76745553c29897d9d7adb28b8d92a098783ca49.tar.gz nextcloud-server-d76745553c29897d9d7adb28b8d92a098783ca49.zip |
fix: Fix phpdoc wording
Co-authored-by: Anna <anna@nextcloud.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Diffstat (limited to 'lib')
-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, ) { |