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
@torhoehn No. It's about replacing the manual "exec" calls in the code base with a more standardized way how it's handled in Symfony applications.
We have own util classes and re-invent the wheel.
Current Implementation
Currently we have own logic in our util section to execute processes.
We should evaluate if it's better to use the build in symfony process helper.
https://symfony.com/doc/4.4/components/console/helpers/processhelper.html
Expected Benefits
Reduce anount of maintained code.
The text was updated successfully, but these errors were encountered: