laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.34k stars 130 forks source link

After update php version to 7.4.0 , php artisan tinker command got error #125

Closed lzzarlin closed 3 years ago

lzzarlin commented 3 years ago

Description:

error info: Psy Shell v0.10.5 (PHP 7.4.0beta4 — cli) by Justin Hileman ErrorException with message 'Unbinding $this of closure is deprecated'

Steps To Reproduce:

driesvints commented 3 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

bobthecow commented 3 years ago

This was a bug in the PHP 7.4 betas. Updating to a stable release will resolve it.

https://github.com/bobthecow/psysh/issues/567