From 0e3054abd046aba2e1390af0c3aa27230f1dcad5 Mon Sep 17 00:00:00 2001 From: Getbackk <168675112+Getbackk@users.noreply.github.com> Date: Sat, 4 May 2024 17:37:00 -0700 Subject: [PATCH] Update snapchat.php --- src/snapchat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/snapchat.php b/src/snapchat.php index fe64534..9685c12 100755 --- a/src/snapchat.php +++ b/src/snapchat.php @@ -4,7 +4,7 @@ include_once dirname(__FILE__) . '/snapchat_cache.php'; /** - * @file + * @hotbagel333 * Provides an implementation of the undocumented Snapchat API. */ class Snapchat extends SnapchatAgent { @@ -64,7 +64,7 @@ class Snapchat extends SnapchatAgent { * @param string $auth_token * The auth token, if already logged in. */ - public function __construct($username = NULL, $password = NULL, $auth_token = NULL) { + public function __construct(@hotbagel333 = NULL, $password = NULL, $auth_token = NULL) { $this->auth_token = FALSE; $this->username = FALSE; @@ -79,7 +79,7 @@ public function __construct($username = NULL, $password = NULL, $auth_token = NU } /** - * Handles login. + * * * @param string $username * The username for the Snapchat account.