From 932b88a39c3e258c66f2a742f44d8467af2137f6 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 6 Aug 2022 12:02:48 +0200 Subject: add item types to api docs Signed-off-by: Benjamin Brahmer --- lib/Db/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Db/Item.php b/lib/Db/Item.php index 4fe9bc19c..06e1091f4 100644 --- a/lib/Db/Item.php +++ b/lib/Db/Item.php @@ -181,7 +181,7 @@ class Item extends Entity implements IAPI, \JsonSerializable $search_string = ""; foreach ($input_list as $value) { - if (is_null($value)){ + if (is_null($value)) { $search_string .= ""; } else { html_entity_decode($value); -- cgit v1.2.3