From d73ed7675d0e65c7e5274c0ee674f5353a4795d9 Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Sat, 14 Dec 2024 11:49:09 -0300 Subject: [PATCH] Test cached run --- 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.