1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable no_extra_blank_lines fixer

Closes GH-646.
This commit is contained in:
Andreas Möller
2022-07-12 14:26:18 +02:00
committed by GitHub
parent aa0a6f3ee0
commit b3c9551c93
15 changed files with 1 additions and 24 deletions

View File

@@ -55,7 +55,6 @@ include_once 'include/version.inc';
mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60*60*24*365);
$content = "<div class='home-content'>";
$frontpage = array();
foreach ($NEWS_ENTRIES as $entry) {