From 7b53ca17732cf0820bec579b11e4b9f3bcfbb9b4 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 16 Dec 2008 13:03:53 -0700 Subject: [PATCH] function definition style --- framework/Imap_Client/lib/Horde/Imap/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client.php b/framework/Imap_Client/lib/Horde/Imap/Client.php index 85aa35446..7cf715383 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client.php @@ -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; -- 2.11.0