Closed tisuchi closed 3 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.
This PR introduces several enhancements across various files in the
Illuminate\Console
namespace.