Skip to content

Methods from used traits not completed #590

Open
@Declspeck

Description

@Declspeck

The following simplified example is not completed:

class A {
    use B; // Defines public function foo()
    function bar() {
        $this->f|
    }
}

As I'm working on a code base that makes heavy use of traits, I would be willing to fix this on top of this: #451 (I have an almost working version of the change you requested for global symbols, but I'll be busy with work for at least a few days, so no PR until then.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions