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 cc86ac8 commit cf3cf69Copy full SHA for cf3cf69
crates/macros/tests/expand/interface.expanded.rs
@@ -16,7 +16,7 @@ impl ::ext_php_rs::class::RegisteredClass for PhpInterfaceMyInterface {
16
const EXTENDS: Option<::ext_php_rs::class::ClassEntryInfo> = None;
17
const FLAGS: ::ext_php_rs::flags::ClassFlags = ::ext_php_rs::flags::ClassFlags::Interface;
18
const IMPLEMENTS: &'static [::ext_php_rs::class::ClassEntryInfo] = &[];
19
- const DOC_COMMENTS: &'static [String] = &[
+ const DOC_COMMENTS: &'static [&'static str] = &[
20
" Doc comments for MyInterface.",
21
" This is a basic interface example.",
22
];
0 commit comments