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
There really isn't much that the outside should be depending on in this library/tool so mark everything as @internal that nobody should be depending on.
The text was updated successfully, but these errors were encountered:
well, I would say that the Tools/Console aprt should not be considered as internal, otherwise DoctrineMigrationsBundle reusing these commands to register them directly in the Symfony CLI would have to be considered as invalid (from the bundle perspective, we need to be able to rely on backward compatibility for these parts in non-major releases, and that means not being internal).
The Configuration part should also be considered public API (even the built-in runner still relies on receiving a configuration)
There really isn't much that the outside should be depending on in this library/tool so mark everything as @internal that nobody should be depending on.
The text was updated successfully, but these errors were encountered: