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
Right now we rely on service location and Symfony console helper sets in order to get the dependencies for commands. This makes testing a pain and the code is less than ideal. We need to clean this up and rely on dependency injection for the commands.
The text was updated successfully, but these errors were encountered:
Right now we rely on service location and Symfony console helper sets in order to get the dependencies for commands. This makes testing a pain and the code is less than ideal. We need to clean this up and rely on dependency injection for the commands.
The text was updated successfully, but these errors were encountered: