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 7618d9a commit 5edbf42Copy full SHA for 5edbf42
tests/integration/src/classes.rs
@@ -15,7 +15,6 @@ use phper::{
15
},
16
functions::Argument,
17
modules::Module,
18
- types::ReturnTypeHint,
19
values::ZVal,
20
};
21
use std::{collections::HashMap, convert::Infallible};
@@ -205,6 +204,8 @@ fn integrate_static_props(module: &mut Module) {
205
204
#[cfg(phper_major_version = "8")]
206
fn integrate_stringable(module: &mut Module) {
207
use phper::functions::ReturnType;
+ use phper::types::ReturnTypeHint;
208
+
209
210
let mut cls = ClassEntity::new(r"IntegrationTest\FooString");
211
cls.implements(|| ClassEntry::from_globals("Stringable").unwrap());
0 commit comments