Made a bunch of behind the scenes fixes, that you probably won't even notice. Specifically:
- Ensure that parse errors show the original message, not "unexpected EOF" (unless that was the original error).
- Prettier output for Symfony Console exceptions.
- Improve argument parsing for timeit command.
- Remove very deprecated Symfony TableHelper fallback (it's been unsupported by our oldest supported Console version for years).
- A bunch of static analysis improvements.