**Prettier 3.5.3** **PHP Plugin 0.22.4** ```sh # Options (if any): ``` **Input:** ```php <?php const a = true; ?><div></div> <?php if (2==2) { // comment ?><span></span><?php return true; } ``` **Output:** ```php <?php const a = true; ?><div></div> <?php if (2 == 2) {<?php // comment ?><span></span><?php return true;} ``` **Expected behavior:** < ? php above the comment line at the end is not needed