Closed
Description
It allows to enable the TTY mode everywhere it's available without risking an exception:
$process = (new Process)->setTty(Process::isTtySupported());
See #6188
Sadly our docs about TTY, PTY, etc. are very lacking. There's an old issue about this --> #6188 We need to find someone who truly understand this well and explains it to us. Thanks!