Removing the closing PHP "?>" tag as per style guidelines.

This commit is contained in:
jgen
2014-04-24 19:01:47 -04:00
parent 286e75bef0
commit ab3f9850e4
25 changed files with 26 additions and 26 deletions

View File

@@ -1461,4 +1461,4 @@ function _end_coverage() {
file_put_contents("$absolute_path/$t.$n.log", gzdeflate(serialize(xdebug_get_code_coverage())));
}
}
?>