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

Fix DocBlock for derived classes #111

Closed
wants to merge 1 commit into from
Closed

Fix DocBlock for derived classes #111

wants to merge 1 commit into from

Conversation

ostrolucky
Copy link
Member

This goes hand in hand with #91

If you add new method in your derived class, IDE without this patch doesn't know it's there after you call some fluent method.

@Ocramius
Copy link
Member

This is an interface change, as it prevents child classes from returning an instance of the parent class.

Closing as invalid.

Also note that static is not a type hint, while self and parent are.

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

Successfully merging this pull request may close these issues.

2 participants