From: Michael J. Rubinsky Date: Mon, 28 Jun 2010 21:10:47 +0000 (-0400) Subject: cs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=41ad055ae89a331723e9e4ba131456e82ae508c5;p=horde.git cs --- diff --git a/ansel/lib/Injector/Binder/Storage.php b/ansel/lib/Injector/Binder/Storage.php index 2514d1893..fdb963227 100644 --- a/ansel/lib/Injector/Binder/Storage.php +++ b/ansel/lib/Injector/Binder/Storage.php @@ -9,7 +9,7 @@ */ class Ansel_Injector_Binder_Storage Implements Horde_Injector_Binder { - public function create (Horde_Injector $injector) + public function create(Horde_Injector $injector) { return new Ansel_Injector_Factory_Storage($injector); }