You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: Tinker closes with Exit: Goodbye
Actual: RuntimeException with message 'Too many arguments, expected arguments "command".'
From what I see, it most likely caused by the change in symfony/console (line 27) commited 10 days ago: symfony/console@aa58a69
Because of that change Psy\Input\ShellInput::tokenize() is not able to correctly parse arguments. Instead of catching the entire "exit" string, it parses it letter by letter.