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 6ae0d7975..a987159f8 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -516,7 +516,7 @@ class Item extends Entity implements IAPI, \JsonSerializable
return $this;
}
- public function setTags(string $tags): self
+ public function setTags(string $tags = null): self
{
if ($this->tags !== $tags) {
$this->tags = $tags;