Fix some scrutinizer coding style issues

This commit is contained in:
Mike Rostermund
2015-08-04 18:34:24 +02:00
parent e7d87d6b0a
commit 5369112d48
7 changed files with 14 additions and 8 deletions

View File

@@ -733,6 +733,7 @@ function updateXML(&$output, &$rra) {
}
function removeComments(&$output) {
$new_array = array();
if (sizeof($output)) {
foreach($output as $line) {
$line = trim($line);