We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The empty line is removed here:
class Main { static function main() { if (foo) bar; } }
But not here:
class Main { static function main() { if (foo) // bar; } }