function definition style
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Dec 2008 20:03:53 +0000 (13:03 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Dec 2008 20:03:53 +0000 (13:03 -0700)
framework/Imap_Client/lib/Horde/Imap/Client.php

index 85aa354..7cf7153 100644 (file)
@@ -148,12 +148,12 @@ class Horde_Imap_Client
      *
      * @var string
      */
-    public static $encryptKey = null;
+    static public $encryptKey = null;
 
     /**
      * Autoload handler.
      */
-    public static function autoload($classname)
+    static public function autoload($classname)
     {
         $res = false;