From a07097055414b85894ccf650ad1078a0b17a6fc0 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 19 Dec 2020 02:36:38 +0100 Subject: [PATCH] Remove empty newlines in class defs --- src/NodaHierarchyHelper.php | 2 -- src/NodaTimeAutotranslater.php | 1 - src/NodaTimeSplitter.php | 1 - src/NodaUncertaintyHelper.php | 1 - 4 files changed, 5 deletions(-) diff --git a/src/NodaHierarchyHelper.php b/src/NodaHierarchyHelper.php index 7e9f479..5fa1e37 100644 --- a/src/NodaHierarchyHelper.php +++ b/src/NodaHierarchyHelper.php @@ -10,7 +10,6 @@ declare(strict_types = 1); * Class for splitting times. */ final class NodaHierarchyHelper { - /** * Finds highest related tag. * @@ -52,5 +51,4 @@ final class NodaHierarchyHelper { return $output; } - } diff --git a/src/NodaTimeAutotranslater.php b/src/NodaTimeAutotranslater.php index 3fdf2df..a1cef7c 100644 --- a/src/NodaTimeAutotranslater.php +++ b/src/NodaTimeAutotranslater.php @@ -864,5 +864,4 @@ final class NodaTimeAutotranslater { $this->_insertStmt->close(); } - } diff --git a/src/NodaTimeSplitter.php b/src/NodaTimeSplitter.php index 30426c5..90b4cf2 100644 --- a/src/NodaTimeSplitter.php +++ b/src/NodaTimeSplitter.php @@ -960,5 +960,4 @@ final class NodaTimeSplitter { return $moda; } - } diff --git a/src/NodaUncertaintyHelper.php b/src/NodaUncertaintyHelper.php index 164618a..dc2f1ea 100644 --- a/src/NodaUncertaintyHelper.php +++ b/src/NodaUncertaintyHelper.php @@ -265,5 +265,4 @@ final class NodaUncertaintyHelper { return true; // Certain / no uncertainty found } - }