Merge pull request #9657 from JakubOnderka/remove-php-ends

chg: [internal] Remove possible empty lines from output
pull/9660/head
Jakub Onderka 2024-04-02 19:54:54 +02:00 committed by GitHub
commit 09eaacaf38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 3535 additions and 3545 deletions

View File

@ -191,4 +191,3 @@ class AchievementsWidget
return $result;
}
}
?>

View File

@ -35,4 +35,3 @@ class AttackWidget
return $data;
}
}
?>

View File

@ -137,4 +137,3 @@ class OrgContributionToplistWidget
return ['data' => $results];
}
}
?>

View File

@ -78,4 +78,3 @@ class OrganisationListWidget
return ['data' => $results];
}
}
?>

View File

@ -85,4 +85,3 @@ class OrganisationMapWidget
return $results;
}
}
?>

View File

@ -19,4 +19,3 @@ class OrgsContributorLastMonthWidget extends OrgsContributorsGeneric
return count($results) > 0;
}
}
?>

View File

@ -45,4 +45,3 @@ class OrgsContributorsGeneric
return $result;
}
}
?>

View File

@ -32,4 +32,3 @@ class OrgsUsingMitreWidget extends OrgsContributorsGeneric
return count($events) > 0;
}
}
?>

View File

@ -25,4 +25,3 @@ class OrgsUsingObjectsWidget extends OrgsContributorsGeneric
return count($eventsIds) > 0;
}
}
?>

View File

@ -145,4 +145,3 @@ class UserContributionToplistWidget
return true;
}
}
?>

File diff suppressed because it is too large Load Diff