From 44a9a8e6b725c5a6e2b71326de8ac0f814dc4098 Mon Sep 17 00:00:00 2001 From: Pieter De Clercq Date: Thu, 23 Jul 2015 17:11:49 +0200 Subject: [PATCH] Update snapchat.php Docs --- src/snapchat.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) {