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
refactor(app): Improve OutputStyle instantiation in AppServiceProvider
- Replace the anonymous function with a named function for clarity
- Ensure `$_SERVER['argv']` is set to prevent missing indexes
- Automatically configure IO options for ConsoleOutput
- Enhance readability and maintainability of the code by introducing comments
0 commit comments