diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-22 00:42:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-22 00:42:40 -0400 |
commit | b58a642ab0463426b9f0d1d519bc5964b1453c3e (patch) | |
tree | fc619c963a6dc97e6db578a7733a33d93897053e /src/lib/Login.class.php | |
parent | 7845f0a8a6e0a36303e0fb4c954ada9925b166a3 (diff) |
Misc. cleanup: improve comments in Login, add description to SenderIdentica
Diffstat (limited to 'src/lib/Login.class.php')
-rw-r--r-- | src/lib/Login.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Login.class.php b/src/lib/Login.class.php index 14e3ecb..28675f6 100644 --- a/src/lib/Login.class.php +++ b/src/lib/Login.class.php @@ -1,6 +1,8 @@ <?php class Login { + /** Decalare an empty __construct() so that the login function doesn't + get mistaken for the costructor. */ public function __construct() {} public static function login($username, $password) { |