Warning about unclosed php files
Brought to you by:
dwheeler
SLOCCount warns about unclosed php files:
Warning! Unclosed PHP file /foo.php, mode=1
But unclosed php files are not just legal, they are recommended (so that no trailing whitespace gets emitted).
See: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
The warning is harmless, but it should be suppressed since it clutters the output with noise.
Put up a merge request for this: https://sourceforge.net/p/sloccount/code/merge-requests/1/