Commit 3641173b authored by Bas de Nooijer's avatar Bas de Nooijer

- many phpdoc improvements

parent f14c2fcc
...@@ -145,7 +145,7 @@ abstract class Solarium_Client_Request ...@@ -145,7 +145,7 @@ abstract class Solarium_Client_Request
* *
* Based on {@link $_options} and {@link $_params} as input. * Based on {@link $_options} and {@link $_params} as input.
* *
* {@internal} Solr expects multiple GET params of the same name instead of * @internal Solr expects multiple GET params of the same name instead of
* the PHP array type notation. Therefore the result of http_build_query * the PHP array type notation. Therefore the result of http_build_query
* has to be altered. * has to be altered.
* *
...@@ -216,7 +216,7 @@ abstract class Solarium_Client_Request ...@@ -216,7 +216,7 @@ abstract class Solarium_Client_Request
* Render a param with localParams * Render a param with localParams
* *
* LocalParams can be use in various Solr GET params. * LocalParams can be use in various Solr GET params.
* {@link http://wiki.apache.org/solr/LocalParams} * @link http://wiki.apache.org/solr/LocalParams
* *
* @param string $value * @param string $value
* @param array $localParams in key => value format * @param array $localParams in key => value format
......
Markdown is supported
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