Hello,
I'm using PHP Tools for Visual Studio Code and I would like to request a new setting similar to the one above, but for after the return statement. For example:
"php.format.rules.blankLinesAfterReturnStatement": 0
Given the following code:

The formatter will remove the blank lines after the return statement, like this:

I think this feature would offer more control over code formatting and improve consistency in return functions.