cs
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Jun 2010 21:10:47 +0000 (17:10 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 28 Jun 2010 21:11:34 +0000 (17:11 -0400)
ansel/lib/Injector/Binder/Storage.php

index 2514d18..fdb9632 100644 (file)
@@ -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);
     }