Skip to content

parent:: completion doesn't work #15

@mkusher

Description

@mkusher
class SomeParent
{
    public function test(){}
    protected function testProtected(){}
    private function testPrivate(){}
}

class SomeChild extends SomeParent
{
    public function test()
    {
          parent::
    }
}

should return test and testProtected

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions