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
Is your feature request related to a problem? Please describe.
the phpLegacySupport flag is available to the php-symfony generator, and it produces more strongly typed code. It is not available, however, in the main php generator.
Describe the solution you'd like
I think this option should be moved up to the parent AbstractPhpCodegen class so that all child php generators can use this option. Here is the logic in question.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
the phpLegacySupport flag is available to the php-symfony generator, and it produces more strongly typed code. It is not available, however, in the main php generator.
Describe the solution you'd like
I think this option should be moved up to the parent AbstractPhpCodegen class so that all child php generators can use this option. Here is the logic in question.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: