Commit 5465aa6b authored by Bas de Nooijer's avatar Bas de Nooijer

Code style and docblox fixes

parent 1f2d8c10
...@@ -391,7 +391,7 @@ class Solarium_Client extends Solarium_Configurable ...@@ -391,7 +391,7 @@ class Solarium_Client extends Solarium_Configurable
} }
/** /**
* Get all registered querytypes * Get all registered plugins
* *
* @return array * @return array
*/ */
......
...@@ -54,8 +54,8 @@ class Solarium_Client_RequestBuilder_Select_Component_Highlighting ...@@ -54,8 +54,8 @@ class Solarium_Client_RequestBuilder_Select_Component_Highlighting
*/ */
public function buildComponent( public function buildComponent(
Solarium_Query_Select_Component_Highlighting $component, Solarium_Query_Select_Component_Highlighting $component,
Solarium_Client_Request $request Solarium_Client_Request $request)
){ {
// enable highlighting // enable highlighting
$request->addParam('hl', 'true'); $request->addParam('hl', 'true');
......
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