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)