diff --git a/src/snapchat.php b/src/snapchat.php index 1539f7d..3153d3b 100644 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -73,8 +73,10 @@ class Snapchat extends SnapchatAgent { * * @param string $username * The username for the Snapchat account. - * @param string $password - * The password associated with the username, if logging in. + * @param string $gEmail + * The Google e-mail used for this device. + * @param string $gPasswd + * The Google password used for this gEmail. */ public function __construct($username, $gEmail, $gPasswd, $debug = FALSE) {