Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parent:: completion doesn't work #15

Open
mkusher opened this issue Sep 28, 2015 · 3 comments
Open

parent:: completion doesn't work #15

mkusher opened this issue Sep 28, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@mkusher
Copy link
Member

mkusher commented Sep 28, 2015

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

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

should return test and testProtected

@mkusher mkusher added the bug label Sep 28, 2015
@mkusher mkusher self-assigned this Sep 28, 2015
@mkusher mkusher added this to the 0.3 milestone Sep 28, 2015
@golaod
Copy link

golaod commented Sep 8, 2016

Is there a chance to fix it?

@mkusher
Copy link
Member Author

mkusher commented Sep 8, 2016

@golaod I haven't started working on it yet. So you are welcome to send PR :)

@halftan
Copy link
Contributor

halftan commented Dec 30, 2016

please try #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants