From 8204a0eebb8e072621ae813a468eefd0d7507750 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Thu, 5 Nov 2009 22:11:16 +0100 Subject: [PATCH] CS --- .../Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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' + ); } /** -- 2.11.0