Skip to content

Commit f575a33

Browse files
committed
test(interface): fix expansion test
Refs: #533
1 parent f7709e0 commit f575a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/macros/tests/expand/interface.expanded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl ::ext_php_rs::class::RegisteredClass for PhpInterfaceMyInterface {
1616
const EXTENDS: Option<::ext_php_rs::class::ClassEntryInfo> = None;
1717
const FLAGS: ::ext_php_rs::flags::ClassFlags = ::ext_php_rs::flags::ClassFlags::Interface;
1818
const IMPLEMENTS: &'static [::ext_php_rs::class::ClassEntryInfo] = &[];
19-
const DOC_COMMENTS: &'static [String] = &[
19+
const DOC_COMMENTS: &'static [&'static str] = &[
2020
" Doc comments for MyInterface.",
2121
" This is a basic interface example.",
2222
];

0 commit comments

Comments
 (0)