From b94702d8d25135dde8b2632a0957d8f1507f78a9 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 18 Dec 2024 17:09:46 +0100 Subject: [PATCH] Remove duplicate array keys --- src/MDConcMarkingPosition.php | 3 --- src/MDConcOwnershipStatus.php | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/MDConcMarkingPosition.php b/src/MDConcMarkingPosition.php index 026975a..bf9b615 100644 --- a/src/MDConcMarkingPosition.php +++ b/src/MDConcMarkingPosition.php @@ -55,7 +55,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface "unterer Blattrand" => "bottom", "Boden" => "bottom", "Boden und Standring" => "bottom", - "Unterseite" => "bottom", "untere Passpartoutkante und untere linke Ecke auf Foto" => "bottom", "Unterboden" => "bottom", "vs unten" => "bottom", @@ -68,7 +67,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface "oben" => "top", "oben mittig" => "top", "Oben mittig" => "top", - "Oberseite" => "top", "oberer Rand" => "top", "oberer Balken" => "top", "Flasche und Verschluß" => "top", @@ -300,7 +298,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface "Oberseite Holzsohle, mittig im oberer Drittel" => "other", "Vorderseite Ziffernblatt" => "other", "Boden, außen" => "other", - "innen" => "other", "außen" => "other", "aussen" => "other", "am Gehäuse" => "other", diff --git a/src/MDConcOwnershipStatus.php b/src/MDConcOwnershipStatus.php index c4af3d4..b6f615e 100644 --- a/src/MDConcOwnershipStatus.php +++ b/src/MDConcOwnershipStatus.php @@ -17,8 +17,6 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface "Eigentum" => "owned", "Geschenk" => "owned", "Besitz" => "owned", - "Dauerleihe" => "permanent_loan", - "Dauerleihgabe" => "permanent_loan", "Kauf" => "owned", "Fund" => "owned", "Eigenleistung" => "owned",