When creating a comment in PHP with this syntax, the highlighter “breaks” rest of the file.
<?php
/**
* PHP comment
*
* @see
* @author
* @package
* @version
NOTE: Modified */
The issue lies in the last sentence NOTE: Modified which does not begins with a asterisk (*) and thus breaks the syntax highlight.