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(command): Change error variable to warning in TestCommand
- Change the private variable `error` to `warning` in the TestCommand class
- Update the `__destruct()` method to use the `warning()` method instead of `error()`
- Update the `handle()` method to use the `warning()` method instead of `error()`
0 commit comments