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

Does not ignore parent keyword #43

Closed
sirbrillig opened this issue Jul 23, 2018 · 0 comments
Closed

Does not ignore parent keyword #43

sirbrillig opened this issue Jul 23, 2018 · 0 comments
Labels

Comments

@sirbrillig
Copy link
Owner

sirbrillig commented Jul 23, 2018

This test case will show a warning where none should be shown:

class Person extends Being {
  function getName() {
    return parent::$name;
  }
}

Both self::$name; and Being::$name; are ignored correctly.

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

1 participant