From bf85a5883a1e6682a5255be6e07aa0123b94a6f1 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Mon, 29 Mar 2021 21:10:01 +0200 Subject: =?UTF-8?q?=F0=9F=A9=B9=20Item:=20change=20$sharedBy=20to=20string?= =?UTF-8?q?|null=20in=20annot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Db/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Db/Item.php b/lib/Db/Item.php index c0d684f2b..2ead77066 100644 --- a/lib/Db/Item.php +++ b/lib/Db/Item.php @@ -67,7 +67,7 @@ class Item extends Entity implements IAPI, \JsonSerializable protected $starred = false; /** @var string|null */ protected $categoriesJson; - /** @var string */ + /** @var string|null */ protected $sharedBy; /** @var string|null */ protected $sharedByDisplayName; -- cgit v1.2.3