Skip to content
Snippets Groups Projects
Commit f48b25d5 authored by David Maus's avatar David Maus
Browse files

Fix docstring of Connector::MAX_GET_URL_LENGTH

* VuFindSearch/Backend/Solr/Connector.php (MAX_GET_URL_LENGTH): Fix
docstring.
parent 78e70c7d
No related merge requests found
...@@ -70,7 +70,7 @@ class Connector ...@@ -70,7 +70,7 @@ class Connector
* *
* Switches to POST if the SOLR target URL exeeds this length. * Switches to POST if the SOLR target URL exeeds this length.
* *
* @see self::sendRequest() * @see self::query()
* *
* @var integer * @var integer
*/ */
......
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