You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: