From f62c36e6ab5f4d61bde49ad5781e1e67ac2c2e9c Mon Sep 17 00:00:00 2001 From: "hubert.lenoir" Date: Mon, 29 Jan 2024 09:01:51 +0100 Subject: [PATCH] cs --- src/Search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Search.php b/src/Search.php index 8c511840a..b00fa82c0 100644 --- a/src/Search.php +++ b/src/Search.php @@ -326,6 +326,7 @@ public function search($query = '', ?array $options = null, string $method = Req * @throws ClientException * * @return int|ResultSet + * * @phpstan-return ($fullResult is false ? int : ResultSet) */ public function count($query = '', bool $fullResult = false, string $method = Request::POST)