We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b9b6 commit 2664ba8Copy full SHA for 2664ba8
tests/integration/src/typehints.rs
@@ -60,7 +60,7 @@ pub fn integrate(module: &mut Module) {
60
)
61
.argument(
62
Argument::new("ce")
63
- .with_type_hint(ArgumentTypeHint::ClassEntry(String::from("Stringable")))
+ .with_type_hint(ArgumentTypeHint::ClassEntry(String::from("Stringable"))),
64
65
.return_type(ReturnType::new(ReturnTypeHint::Void));
66
}
0 commit comments