-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Milestone
Description
After commit 90dfe33
php class name assignment broken.
Sample:
#[php_class(name = "Test\\Bug")]
pub struct TestBug {}
#[php_impl]
impl TestBug {
const TEXT: &str = "issue";
}
In php script does not work Test\Bug::TEXT
and it works TestBug::TEXT
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers