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

@@ -128,7 +128,6 @@ if (preg_match("!^get/([^/]+)$!", $URI, $what)) {
}
}
// ============================================================================
// Nice URLs for download files, so wget works completely well with download links
if (preg_match("!^get/([^/]+)/from/([^/]+)(/mirror)?$!", $URI, $dlinfo)) {
@@ -678,7 +677,6 @@ if (preg_match("!^manual/([^/]+)/([^/]+).php$!", $URI, $match) &&
}
}
// ============================================================================
// 404 page for manual pages (eg. not built language)
if (strpos($URI, "manual/") === 0) {