From 0692aca8aac6c49e27254e95c3f80495cc6472b6 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Sat, 14 Dec 2024 12:59:46 -0300 Subject: [PATCH] Debug CI --- src/src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/Auth.php b/src/src/Auth.php index 14a7c32e..f6406513 100644 --- a/src/src/Auth.php +++ b/src/src/Auth.php @@ -11,7 +11,7 @@ public function __construct( Cache $cache ) { } /** - * @return string|null base64 encoded string of user:application_password, or null if not defined. + * @return string|null base64 encoded string of "user:application_password", or null if not defined. */ public function get_partner_auth() { // Migrate "application_password" to "qit_token" if it exists.