Skip to content
Snippets Groups Projects
Commit 9a19c09b authored by Demian Katz's avatar Demian Katz
Browse files

Corrected comments.

parent 897b65f9
No related merge requests found
...@@ -151,8 +151,10 @@ class Connector implements \Zend\Log\LoggerAwareInterface ...@@ -151,8 +151,10 @@ class Connector implements \Zend\Log\LoggerAwareInterface
* *
* @return string Response body * @return string Response body
* *
* @throws RemoteErrorException SOLR signaled a server error (HTTP 5xx) * @throws \VuFindSearch\Backend\Exception\RemoteErrorException Server
* @throws RequestErrorException SOLR signaled a client error (HTTP 4xx) * signaled a server error (HTTP 5xx)
* @throws \VuFindSearch\Backend\Exception\RequestErrorException Server
* signaled a client error (HTTP 4xx)
*/ */
protected function send(\Zend\Http\Client $client) protected function send(\Zend\Http\Client $client)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment