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 2abe85f commit e3c3a92Copy full SHA for e3c3a92
crates/macros/src/interface.rs
@@ -98,8 +98,8 @@ impl ToTokens for InterfaceData<'_> {
98
::ext_php_rs::internal::class::PhpClassImplCollector::<Self>::default().get_constants()
99
}
100
101
- fn get_properties<'a>() -> std::collections::HashMap<&'static str, ::ext_php_rs::internal::property::PropertyInfo<'a, Self>> {
102
- HashMap::new()
+ fn get_properties<'a>() -> ::std::collections::HashMap<&'static str, ::ext_php_rs::internal::property::PropertyInfo<'a, Self>> {
+ ::std::collections::HashMap::new()
103
104
105
0 commit comments