webimpress/coding-standard

WebimpressCodingStandard.Commenting.Placement.AtTheEnd fix moves comments to outside of <?php ?>

stefanfisk opened this issue · 0 comments

For example:

This:

<?php  // test ?>

Turns into this:

<?php   ?>
 // test