From fc1d28c36c8242b1153bfe6f78b01a0c41f25b7c Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 12 May 2020 19:40:44 +0100 Subject: [PATCH] Issue #3134472 by jungle, xjm, Kristen Pol: [8.8 only] Fix failure of enabled phpcs rule: Drupal.Files.EndFileNewline in 8.8.x --- .../update/tests/src/Unit/ProjectCoreCompatibilityTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php b/core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php index b1d28156320a..e29771154cd6 100644 --- a/core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php +++ b/core/modules/update/tests/src/Unit/ProjectCoreCompatibilityTest.php @@ -140,4 +140,3 @@ public function providerSetProjectCoreCompatibilityRanges() { } } - -- GitLab