From e613f1b179e2e947f1a04b6c4edc84becc709480 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 6 Aug 2022 15:39:48 +0200 Subject: fix style Signed-off-by: Benjamin Brahmer --- 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 51f373186..c1366bb8c 100644 --- a/lib/Db/Item.php +++ b/lib/Db/Item.php @@ -190,7 +190,7 @@ class Item extends Entity implements IAPI, \JsonSerializable $search_string .= $this->getUrl(); - $this->setSearchIndex(mb_strtolower($search_string,'UTF-8')); + $this->setSearchIndex(mb_strtolower($search_string, 'UTF-8')); $this->setFingerprint($this->computeFingerprint()); $this->setContentHash($this->computeContentHash()); } -- cgit v1.2.3