From ef0742e868cd58e992fd14e7bb42518c12d5c87a Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Sat, 13 Mar 2021 01:33:44 +0100 Subject: =?UTF-8?q?=F0=9F=90=9B=20Fix=20Item=20model:=20set=20default=20va?= =?UTF-8?q?lue=20for=20setTags?= 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(-) 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; -- cgit v1.2.3