* definition. This should usually be done by an external setup method
* before constructing the session injcetion factory.
*
- * @param Horde_Injector $injector The injector to seed with the mock configuration.
+ * @param Horde_Injector $injector The injector to seed with the mock
+ * configuration.
*
* @return NULL
*/
*/
public function getServer()
{
- return $this->_injector->getInstance('Horde_Kolab_Server_Composite_Interface');
+ return $this->_injector->getInstance(
+ 'Horde_Kolab_Server_Composite_Interface'
+ );
}
/**