laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Return types #2469

Open stephan-v opened 3 years ago

stephan-v commented 3 years ago

PHP 7 has been out for ages already yet Laravel still has not implemented return types.

Is there a specific reason why the Laravel code has not been updated with return types?

Currently I have to add return types to a lot of boilerplate code coming from php artisan generator commands because none of the stubs have return types implemented.