From b45e04865df335a9aedbf2bdd5b17353c1598fa5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 4 Aug 2026 05:39:41 +0900 Subject: docs: state code facts instead of porting-phase progress Co-Authored-By: Claude Fable 5 --- crates/shirabe/src/package/version/version_guesser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/shirabe/src/package') diff --git a/crates/shirabe/src/package/version/version_guesser.rs b/crates/shirabe/src/package/version/version_guesser.rs index d7dc42eb..22b78a59 100644 --- a/crates/shirabe/src/package/version/version_guesser.rs +++ b/crates/shirabe/src/package/version/version_guesser.rs @@ -20,8 +20,8 @@ use shirabe_php_shim::{ }; /// Seam over the parts of [`VersionGuesser`] that consumers depend on, so they can be exercised -/// with a test double. PHP has no such interface; this exists only to allow mocking the concrete -/// `VersionGuesser` (a Phase C seam). +/// with a test double. PHP has no such interface; this exists only to allow mocking the +/// concrete `VersionGuesser`. pub trait VersionGuesserInterface: std::fmt::Debug { fn guess_version( &mut self, -- cgit v1.3.1