This is fine and as it should be, they're superfluous and cause occasional white-space parsing errors.
However, they were very useful for vqmod in modding to add content at the foot of a file.
Something I've done in other projects in the past few years is to add a comment tag to the end of a php file as a reference point more than anything else.
Code: Select all
<?php
...
//end
Thanks