From dd426509b6ad1d70755d188ce3025aa5cdfb497c Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 22 Nov 2020 15:44:15 +0100 Subject: [PATCH] Remove trailing newlines before the end of class definitions --- src/MDConservationReportTypeSet.php | 1 - src/MDCurrenciesSet.php | 1 - src/MDEntryTypesSet.php | 1 - src/MDEventsSet.php | 1 - src/MDLicensesSet.php | 1 - src/MDMarkingTypesSet.php | 1 - src/MDObjectPositionsSet.php | 1 - src/MDObjectPublicationBackgrounds.php | 1 - src/MDPlacetypesSet.php | 1 - src/MDSourceTypeSet.php | 1 - src/MDTitleTypesSet.php | 1 - src/MDUnitsSet.php | 1 - src/MDValueSet.php | 2 -- 13 files changed, 14 deletions(-) diff --git a/src/MDConservationReportTypeSet.php b/src/MDConservationReportTypeSet.php index f7524cd..5ce2ae3 100644 --- a/src/MDConservationReportTypeSet.php +++ b/src/MDConservationReportTypeSet.php @@ -31,5 +31,4 @@ final class MDConservationReportTypeSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::REPORT_TYPES, "conservation_report_type_set", "conservation_report_type_set"); } - } diff --git a/src/MDCurrenciesSet.php b/src/MDCurrenciesSet.php index 6949e1b..4196b45 100644 --- a/src/MDCurrenciesSet.php +++ b/src/MDCurrenciesSet.php @@ -38,5 +38,4 @@ final class MDCurrenciesSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::CURRENCIES, "currencies_set", "currencies_set"); } - } diff --git a/src/MDEntryTypesSet.php b/src/MDEntryTypesSet.php index 70b17ad..bee3999 100644 --- a/src/MDEntryTypesSet.php +++ b/src/MDEntryTypesSet.php @@ -43,5 +43,4 @@ final class MDEntryTypesSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::ENTRY_TYPES, "entry_types", "entry_types"); } - } diff --git a/src/MDEventsSet.php b/src/MDEventsSet.php index 8ff2dcf..0ae6d80 100644 --- a/src/MDEventsSet.php +++ b/src/MDEventsSet.php @@ -89,5 +89,4 @@ final class MDEventsSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::EVENT_IDS, "eventtype_name", "eventname"); } - } diff --git a/src/MDLicensesSet.php b/src/MDLicensesSet.php index 7460546..2617ee2 100644 --- a/src/MDLicensesSet.php +++ b/src/MDLicensesSet.php @@ -43,5 +43,4 @@ final class MDLicensesSet extends MDValueSet { return false; } - } diff --git a/src/MDMarkingTypesSet.php b/src/MDMarkingTypesSet.php index 033b242..5d4b90b 100644 --- a/src/MDMarkingTypesSet.php +++ b/src/MDMarkingTypesSet.php @@ -33,5 +33,4 @@ final class MDMarkingTypesSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::MARKING_TYPES, "marking_types", "marking_types"); } - } diff --git a/src/MDObjectPositionsSet.php b/src/MDObjectPositionsSet.php index 571b906..13b3870 100644 --- a/src/MDObjectPositionsSet.php +++ b/src/MDObjectPositionsSet.php @@ -26,5 +26,4 @@ final class MDObjectPositionsSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::POSITIONS, "position_set", "position_set"); } - } diff --git a/src/MDObjectPublicationBackgrounds.php b/src/MDObjectPublicationBackgrounds.php index 1d68d4b..228f382 100644 --- a/src/MDObjectPublicationBackgrounds.php +++ b/src/MDObjectPublicationBackgrounds.php @@ -31,5 +31,4 @@ final class MDObjectPublicationBackgrounds extends MDValueSet { return parent::getTlSortedList($tlLoader, self::PUBLICATION_BACKGROUNDS, "object_publication_background", "object_publication_background"); } - } diff --git a/src/MDPlacetypesSet.php b/src/MDPlacetypesSet.php index 4cfcb33..12a95b3 100644 --- a/src/MDPlacetypesSet.php +++ b/src/MDPlacetypesSet.php @@ -34,5 +34,4 @@ final class MDPlacetypesSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::PLACE_TYPE_IDS, "placetypes", "tlPlacetypes"); } - } diff --git a/src/MDSourceTypeSet.php b/src/MDSourceTypeSet.php index f98cc2e..1107137 100644 --- a/src/MDSourceTypeSet.php +++ b/src/MDSourceTypeSet.php @@ -32,5 +32,4 @@ final class MDSourceTypeSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::SOURCE_TYPES, "source_type_set", "source_type_set"); } - } diff --git a/src/MDTitleTypesSet.php b/src/MDTitleTypesSet.php index 6156bc5..fee87a9 100644 --- a/src/MDTitleTypesSet.php +++ b/src/MDTitleTypesSet.php @@ -30,5 +30,4 @@ final class MDTitleTypesSet extends MDValueSet { return parent::getTlSortedList($tlLoader, self::TITLE_TYPES, "title_types_set", "title_types_set"); } - } diff --git a/src/MDUnitsSet.php b/src/MDUnitsSet.php index f07d263..bd162c6 100644 --- a/src/MDUnitsSet.php +++ b/src/MDUnitsSet.php @@ -37,5 +37,4 @@ final class MDUnitsSet extends MDValueSet { return parent::getTlUnsortedList($tlLoader, self::UNITS_WEIGHT, "units_weight_set", "units_weight_set"); } - } diff --git a/src/MDValueSet.php b/src/MDValueSet.php index 6a981fc..d8f666a 100644 --- a/src/MDValueSet.php +++ b/src/MDValueSet.php @@ -10,7 +10,6 @@ declare(strict_types = 1); * Generic class for value sets. */ class MDValueSet { - /** * Gets an unsorted array based on provided keys and their translations. * @@ -50,5 +49,4 @@ class MDValueSet { return $output; } - }