fix docstring

This commit is contained in:
Rev 2021-10-13 12:42:12 +09:00
parent 5d6b6274ae
commit 40953db00f

View File

@ -83,6 +83,9 @@ class ItemsCollection
/** /**
* Checks if the query is in the key * Checks if the query is in the key
* @param string $key
* @param string $query
* @return bool
*/ */
private function contains(string $key, string $query): bool private function contains(string $key, string $query): bool
{ {