theofidry / PsyshBundle

A command line REPL bundle for Symfony using PsySH.
MIT License
208 stars 29 forks source link

Fix "Return value must be of the type int" on Symfony 5.3 #63

Closed yched closed 2 years ago

yched commented 3 years ago

Fixes #62

Since the bundle currently supports Symfony >= 4.4, and returning 0 is already supported in 4.4, we can simply always return 0

theofidry commented 2 years ago

Thank you @yched, sorry for the late check