Fixed an incorrect @return type of SolrClient::query

- was: SolrUpdateResponse, should be: SolrQueryResponse;
   http://php.net/manual/en/solrclient.query.php
This commit is contained in:
Jacek Ciach 2018-12-29 17:29:11 +01:00
parent c7b3106bc9
commit a37a38c643
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ final class SolrClient {
* @param SolrParams $query <p>
* A SolrParams object. It is recommended to use SolrQuery for advanced queries.
* </p>
* @return SolrUpdateResponse <p>
* @return SolrQueryResponse <p>
* Returns a SolrUpdateResponse on success and throws an exception on failure.
* </p>
* @throws SolrClientException <p>