From: Gunnar Wrobel
Date: Thu, 5 Nov 2009 21:11:16 +0000 (+0100) Subject: CS X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8204a0eebb8e072621ae813a468eefd0d7507750;p=horde.git CS --- diff --git a/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php b/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php index 3b56776cb..4732ae5e5 100644 --- a/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php +++ b/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php @@ -128,7 +128,8 @@ extends Horde_Kolab_Session_Factory_Base * 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 */ @@ -151,7 +152,9 @@ extends Horde_Kolab_Session_Factory_Base */ public function getServer() { - return $this->_injector->getInstance('Horde_Kolab_Server_Composite_Interface'); + return $this->_injector->getInstance( + 'Horde_Kolab_Server_Composite_Interface' + ); } /**