laravel-changelog icon indicating copy to clipboard operation
laravel-changelog copied to clipboard

Make commands return an integer

Open markwalet opened this issue 3 years ago • 0 comments

This package was originally built for an older version of Laravel, in which the commands didn't have to return anything.

While upgrading this changed to a default behavior of returning integer status codes. We should apply this to our current list of commands.

markwalet avatar Apr 08 '22 15:04 markwalet