From 1a51c970a9be9fe5f82ab025ba74d6112ab670a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 7 Dec 2023 11:23:52 +0100 Subject: [PATCH 1/2] Enhancement: Enable blank_line_after_opening_tag fixer --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 8cc5bf1f98..67d241ec5e 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -24,6 +24,7 @@ 'array_syntax' => true, 'binary_operator_spaces' => true, 'blank_line_after_namespace' => true, + 'blank_line_after_opening_tag' => true, 'class_attributes_separation' => true, 'class_definition' => true, 'concat_space' => [ From 3a8f5f55ae5eae4d42703eee5475c19a4052ec7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 7 Dec 2023 16:46:44 +0100 Subject: [PATCH 2/2] Fix: Run 'make coding-standards' --- .router.php | 1 + archive/index.php | 1 + backend/index.php | 1 + bin/index.php | 1 + conferences/index.php | 1 + credits.php | 1 + images/elephpants.php | 1 + images/index.php | 1 + include/branches.inc | 1 + include/changelogs.inc | 1 + include/countries.inc | 1 + include/historical_mirrors.inc | 1 + include/index.php | 1 + include/results.inc | 1 + index.php | 1 + js/search-index.php | 1 + manual-lookup.php | 1 + manual/change.php | 1 + manual/index.php | 1 + manual/spam_challenge.php | 1 + mirror-info.php | 1 + mirrors.php | 1 + pear/index.php | 1 + releases/8.0/common.php | 4 +++- releases/8.0/index.php | 1 + releases/8.1/common.php | 4 +++- releases/8.1/index.php | 1 + releases/8.2/common.php | 4 +++- releases/8.2/index.php | 1 + releases/8.3/common.php | 4 +++- releases/8.3/index.php | 1 + releases/active.php | 1 + releases/feed.php | 1 + releases/index.php | 1 + releases/states.php | 1 + results.php | 1 + search.php | 1 + styles/index.php | 1 + 38 files changed, 46 insertions(+), 4 deletions(-) diff --git a/.router.php b/.router.php index ba89a399cb..c204ce635e 100644 --- a/.router.php +++ b/.router.php @@ -1,4 +1,5 @@ 'Afghanistan', 'ALB' => 'Albania', diff --git a/include/historical_mirrors.inc b/include/historical_mirrors.inc index b01c79d6ba..12dca14e54 100644 --- a/include/historical_mirrors.inc +++ b/include/historical_mirrors.inc @@ -1,4 +1,5 @@