summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-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;