How to disable the debugger's inlay hints in IntelliJ IDEA / PHPStorm?

Step 1

How to prevent IntelliJ IDEA / PHPStorm from showing variables values for the past code in inlay hints during debugging?

Step 2

How to prevent PHPStorm from showing variables values for the future code in inlay hints during debugging?

Step 3

How to prevent PHPStorm from graying out unreachable blocks during debugging?