aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-php-shim')
-rw-r--r--crates/shirabe-php-shim/src/lib.rs10
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 {