From 058b85b641f806702031dca60d4b84d90aaef452 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 7 Jul 2026 00:01:16 +0900 Subject: chore: fix stale comment --- crates/shirabe/src/util/bitbucket.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/shirabe/src/util/bitbucket.rs') diff --git a/crates/shirabe/src/util/bitbucket.rs b/crates/shirabe/src/util/bitbucket.rs index bba16e83..50d4b700 100644 --- a/crates/shirabe/src/util/bitbucket.rs +++ b/crates/shirabe/src/util/bitbucket.rs @@ -292,7 +292,7 @@ impl Bitbucket { return Ok(false); } - // TODO(phase-b): PHP $authConfigSource parameter is unused inside storeInAuthConfig + // NOTE: PHP $authConfigSource parameter is unused inside storeInAuthConfig // (upstream Composer bug); the dispatch on local vs. global is dropped here too. let _ = store_in_local_auth_config; self.store_in_auth_config(origin_url, &consumer_key, &consumer_secret)?; @@ -337,7 +337,7 @@ impl Bitbucket { return Ok(String::new()); } - // TODO(phase-b): PHP $authConfigSource parameter is unused inside storeInAuthConfig + // NOTE: PHP $authConfigSource parameter is unused inside storeInAuthConfig // (upstream Composer bug); the dispatch on local vs. global is dropped here too. self.store_in_auth_config(origin_url, consumer_key, consumer_secret)?; @@ -358,7 +358,7 @@ impl Bitbucket { } } - // TODO(phase-b): PHP $authConfigSource parameter dropped — unused in upstream Composer too. + // NOTE: PHP $authConfigSource parameter dropped — unused in upstream Composer too. fn store_in_auth_config( &mut self, origin_url: &str, -- cgit v1.3.1