diff --git a/src/src/Auth.php b/src/src/Auth.php index f6406513..14a7c32e 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.