diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 18:25:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 18:25:47 +0900 |
| commit | e24bf7e3b6b16a77c2eaeae9ba7b453f5138ff25 (patch) | |
| tree | 8fe9f94760eb0f52cf233e72939840149a1719cd | |
| parent | f8b402e0265bae355cb72be8dd1a592ee5bb2edb (diff) | |
| download | php-shirabe-e24bf7e3b6b16a77c2eaeae9ba7b453f5138ff25.tar.gz php-shirabe-e24bf7e3b6b16a77c2eaeae9ba7b453f5138ff25.tar.zst php-shirabe-e24bf7e3b6b16a77c2eaeae9ba7b453f5138ff25.zip | |
refactor(php-shim): remove unused method
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 110dc50..b42ed75 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -252,16 +252,6 @@ impl PhpMixed { v => Ok(v), } } - - /// PHP duck-typed helper-set entry. Real implementation lives in QuestionHelper. - pub fn ask( - &self, - _input: &dyn std::any::Any, - _output: &mut dyn std::any::Any, - _question: &dyn std::any::Any, - ) -> PhpMixed { - todo!() - } } impl From<()> for PhpMixed { |
