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

The autocompletion for form type options should look at parent classes too (in case the parent method is called) #490

Closed
stof opened this issue Apr 28, 2015 · 1 comment
Labels

Comments

@stof
Copy link
Contributor

stof commented Apr 28, 2015

This is necessary for the entity type for instance, given that options are actually configured in the parent abstract class DoctrineType sharing logic between the different Doctrine projects.

@Haehnchen
Copy link
Owner

EntityType does not overwrite configureOptions, so in this case phpstorm api provides most parent method which is the one from DoctrineType. moreover there is a "parent::*" parser currently. this issue will resolve with #491, because of renamed setDefaultOptions

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

2 participants