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
While reading documentation about this bundle, i've found this in configuration section
By default, MakerBundle will generate all of your classes with the final PHP keyword except for doctrine entities. Set this to false to override this behavior for all maker commands.
I think this new configuration is a good idea, but in current state, this sentence looks wrong to me. Some classes such WebhookConsumer or RequestParser are always generated as final and some others, TwigExtension or EventSubscriber are never
This could lead to a kind of strange state with this configuration available without being functional everywhere (as is already the case) but at the moment I feel like the documentation is misleading on this specific point
The text was updated successfully, but these errors were encountered:
While reading documentation about this bundle, i've found this in configuration section
I think this new configuration is a good idea, but in current state, this sentence looks wrong to me. Some classes such
WebhookConsumer
orRequestParser
are always generated as final and some others,TwigExtension
orEventSubscriber
are neverThis could lead to a kind of strange state with this configuration available without being functional everywhere (as is already the case) but at the moment I feel like the documentation is misleading on this specific point
The text was updated successfully, but these errors were encountered: