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
Add a configuration setting to disable generating type comments (doctrine#6150)
| Q | A
|------------- | -----------
| Type | feature
| Fixed issues | closesdoctrine#6056
#### Summary
This allows to opt-in for a schema generated without type comments once
the project is migrating to the new schema tooling that does not need
them, allowing to have a clean DB schema without waiting for DBAL 4.0
and to decouple the schema migration from the DBAL upgrade itself.
I decided to name that field `disable*` so that the opt-in for the new
behavior is done by setting it to `true`
0 commit comments