Skip to content

Commit

Permalink
Test cached run
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Dec 14, 2024
1 parent 4c57356 commit d73ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d73ed76

Please sign in to comment.