Author: Mathias Reker ⚡️ (MathiasReker)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-06-17T16:36:32+02:00

Commit: 
https://github.com/php/web-php/commit/855860ae25bc07bf186465ba16c21d7e0626f107
Raw diff: 
https://github.com/php/web-php/commit/855860ae25bc07bf186465ba16c21d7e0626f107.diff

Single blank line at eof

A PHP file without end tag should always end with a single empty line feed.

Closes GH-541.

Changed paths:
  M  mirror-info.php
  M  releases/8.0/common.php
  M  releases/8.1/en.php
  M  releases/8.1/es.php
  M  releases/8.1/ja.php
  M  releases/8.1/languages/ja.php
  M  releases/8.1/languages/ru.php
  M  releases/8.1/ru.php
  M  releases/index.php


Diff:

diff --git a/mirror-info.php b/mirror-info.php
index fae922dbf..cee36ffc8 100644
--- a/mirror-info.php
+++ b/mirror-info.php
@@ -44,4 +44,3 @@ function_exists('hash_file') &&
     gethostname(),             // 9 : The configured hostname of the local 
system
     $_SERVER['SERVER_ADDR'],   // 10: The IP address under which we're running
 ));
-
diff --git a/releases/8.0/common.php b/releases/8.0/common.php
index 9392e88c8..88e389d95 100644
--- a/releases/8.0/common.php
+++ b/releases/8.0/common.php
@@ -72,4 +72,3 @@ function language_chooser(string $currentLang): void {
       </form>
 ';
 }
-
diff --git a/releases/8.1/en.php b/releases/8.1/en.php
index aa9133cd7..7ff380e63 100644
--- a/releases/8.1/en.php
+++ b/releases/8.1/en.php
@@ -2,4 +2,4 @@
 
 $lang = 'en';
 
-include_once __DIR__ . '/release.inc';
\ No newline at end of file
+include_once __DIR__ . '/release.inc';
diff --git a/releases/8.1/es.php b/releases/8.1/es.php
index 8577c2c82..70a1a6867 100644
--- a/releases/8.1/es.php
+++ b/releases/8.1/es.php
@@ -2,4 +2,4 @@
 
 $lang = 'es';
 
-include_once __DIR__ . '/release.inc';
\ No newline at end of file
+include_once __DIR__ . '/release.inc';
diff --git a/releases/8.1/ja.php b/releases/8.1/ja.php
index 466de4ae8..23a3e6b7e 100644
--- a/releases/8.1/ja.php
+++ b/releases/8.1/ja.php
@@ -2,4 +2,4 @@
 
 $lang = 'ja';
 
-include_once __DIR__ . '/release.inc';
+include_once __DIR__ . '/release.inc';
diff --git a/releases/8.1/languages/ja.php b/releases/8.1/languages/ja.php
index a41dd568f..1c4a5a632 100644
--- a/releases/8.1/languages/ja.php
+++ b/releases/8.1/languages/ja.php
@@ -91,4 +91,4 @@
         マニュアルから<a href="/manual/ja/migration81.php">マイグレーションガイド</a>が利用可能です。
         新機能や互換性のない変更の詳細については、マイグレーションガイドを参照してください。
       </p>',
-];
+];
diff --git a/releases/8.1/languages/ru.php b/releases/8.1/languages/ru.php
index f832b8416..077630db9 100644
--- a/releases/8.1/languages/ru.php
+++ b/releases/8.1/languages/ru.php
@@ -94,4 +94,4 @@
         <a href="/manual/ru/migration81.php">Руководство по миграции</a> 
доступно в разделе документации.
         Ознакомьтесь с ним, чтобы узнать обо всех новых возможностях и 
изменений, затрагивающих обратную совместимость.
       </p>',
-];
\ No newline at end of file
+];
diff --git a/releases/8.1/ru.php b/releases/8.1/ru.php
index e1ce7dae1..4aefaf9a8 100644
--- a/releases/8.1/ru.php
+++ b/releases/8.1/ru.php
@@ -2,4 +2,4 @@
 
 $lang = 'ru';
 
-include_once __DIR__ . '/release.inc';
\ No newline at end of file
+include_once __DIR__ . '/release.inc';
diff --git a/releases/index.php b/releases/index.php
index 1049b7532..4f141f8f2 100644
--- a/releases/index.php
+++ b/releases/index.php
@@ -248,4 +248,3 @@ function mk_rel(int $major,
        echo "</li>\n";
        echo "</ul>\n";
 }
-

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to