aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src/symfony/console/command/command.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-04 05:39:41 +0900
committernsfisis <nsfisis@gmail.com>2026-08-04 05:56:52 +0900
commitb45e04865df335a9aedbf2bdd5b17353c1598fa5 (patch)
tree076c6eeb6aa06cac8f6b056a86d4f7cb2880a1f0 /crates/shirabe-external-packages/src/symfony/console/command/command.rs
parent2cb2f128cffb4e664145c9a8a392b9666d014459 (diff)
downloadphp-shirabe-b45e04865df335a9aedbf2bdd5b17353c1598fa5.tar.gz
php-shirabe-b45e04865df335a9aedbf2bdd5b17353c1598fa5.tar.zst
php-shirabe-b45e04865df335a9aedbf2bdd5b17353c1598fa5.zip
docs: state code facts instead of porting-phase progress
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-external-packages/src/symfony/console/command/command.rs')
-rw-r--r--crates/shirabe-external-packages/src/symfony/console/command/command.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe-external-packages/src/symfony/console/command/command.rs b/crates/shirabe-external-packages/src/symfony/console/command/command.rs
index f9808878..88c1839b 100644
--- a/crates/shirabe-external-packages/src/symfony/console/command/command.rs
+++ b/crates/shirabe-external-packages/src/symfony/console/command/command.rs
@@ -63,8 +63,8 @@ impl CommandData {
pub fn get_default_name() -> Option<String> {
// TODO(phase-c): PHP uses ReflectionClass to read the #[AsCommand] attribute
// and ReflectionProperty to check that `$defaultName` is declared on the late-static
- // class itself (not inherited). Reflection-based late static binding cannot be
- // reproduced in Phase A; human review needed for the porting strategy.
+ // class itself (not inherited). Reflection-based late static binding has no direct
+ // Rust equivalent; human review needed for the porting strategy.
todo!()
}