laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.64k stars 11.04k forks source link

Enhancements in Console Command Components #53535

Closed tisuchi closed 3 days ago

tisuchi commented 6 days ago

This PR introduces several enhancements across various files in the Illuminate\Console namespace.

istiak-tridip commented 5 days ago

It looks like you’ve added strict return types to the functions. This could trigger an incompatible declaration exception for anyone overriding those methods, potentially breaking their applications.

For this reason, I believe these changes would be considered breaking changes and cannot be included in a patch release.