Commit a094394d authored by Bas de Nooijer's avatar Bas de Nooijer

phpdoc fixes

parent 29076983
...@@ -143,14 +143,14 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable ...@@ -143,14 +143,14 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable
public function setPath($path) public function setPath($path)
{ {
if (substr($path, -1) == '/') $path = substr($path, 0, -1); if (substr($path, -1) == '/') $path = substr($path, 0, -1);
return $this->_setOption('path', $path); return $this->_setOption('path', $path);
} }
/** /**
* Get path option * Get path option
* *
* @return void * @return string
*/ */
public function getPath() public function getPath()
{ {
...@@ -215,7 +215,7 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable ...@@ -215,7 +215,7 @@ abstract class Solarium_Client_Adapter extends Solarium_Configurable
* *
* Based on host, path, port and core options. * Based on host, path, port and core options.
* *
* @return void * @return string
*/ */
public function getBaseUri() public function getBaseUri()
{ {
......
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