From 40953db00feeb317944060e446163d77ace84297 Mon Sep 17 00:00:00 2001 From: Rev Date: Wed, 13 Oct 2021 12:42:12 +0900 Subject: [PATCH] fix docstring --- app/Data/ItemsCollection.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Data/ItemsCollection.php b/app/Data/ItemsCollection.php index b70abeb..ebb8a6f 100644 --- a/app/Data/ItemsCollection.php +++ b/app/Data/ItemsCollection.php @@ -83,6 +83,9 @@ class ItemsCollection /** * Checks if the query is in the key + * @param string $key + * @param string $query + * @return bool */ private function contains(string $key, string $query): bool {