aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/platform/runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/platform/runtime.rs')
-rw-r--r--crates/shirabe/src/platform/runtime.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/shirabe/src/platform/runtime.rs b/crates/shirabe/src/platform/runtime.rs
index 4c9c3f5..2e04453 100644
--- a/crates/shirabe/src/platform/runtime.rs
+++ b/crates/shirabe/src/platform/runtime.rs
@@ -19,7 +19,11 @@ impl Runtime {
todo!()
}
- pub fn invoke(&self, callable: Box<dyn Fn(Vec<PhpMixed>) -> PhpMixed>, arguments: Vec<PhpMixed>) -> PhpMixed {
+ pub fn invoke(
+ &self,
+ callable: Box<dyn Fn(Vec<PhpMixed>) -> PhpMixed>,
+ arguments: Vec<PhpMixed>,
+ ) -> PhpMixed {
todo!()
}