summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-29 21:10:01 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commitbf85a5883a1e6682a5255be6e07aa0123b94a6f1 (patch)
treea66b3cce6a40e42fa9970ea2e22b68381bc3d8bc /lib
parenta6f9e4495b012b842cadcc7a5ce58fc880ddd038 (diff)
🩹 Item: change $sharedBy to string|null in annot.
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/Item.php2
1 files changed, 1 insertions, 1 deletions
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;