aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-external-packages/src/symfony/console/input/input_argument.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-24 00:54:24 +0900
committernsfisis <nsfisis@gmail.com>2026-07-24 00:54:24 +0900
commit65978730cf0447a04691e3ee5ec92dc2c8be2a59 (patch)
tree8bcdbb2648e239b322f09da6983e98250aada912 /crates/shirabe-external-packages/src/symfony/console/input/input_argument.rs
parente6cc7371d1685f648e52882568c8330373b6c090 (diff)
downloadphp-shirabe-65978730cf0447a04691e3ee5ec92dc2c8be2a59.tar.gz
php-shirabe-65978730cf0447a04691e3ee5ec92dc2c8be2a59.tar.zst
php-shirabe-65978730cf0447a04691e3ee5ec92dc2c8be2a59.zip
refactor(symfony-style): remove unused StyleInterface impl on OutputStyle
Real symfony/console OutputStyle is abstract and never defines these methods itself (title/section/table/ask/... stay abstract, deferred to SymfonyStyle). The Rust impl block was a porting artifact never invoked anywhere: OutputStyle is only used as SymfonyStyle's concrete `inner` field, and every StyleInterface call site goes through SymfonyStyle's own full implementation. new_line, which SymfonyStyle::new_line does delegate to, moves to an inherent method to keep that call working.
Diffstat (limited to 'crates/shirabe-external-packages/src/symfony/console/input/input_argument.rs')
0 files changed, 0 insertions, 0 deletions