From 69ac5af8554598585be66019d05b4a54c0db3ccd Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 5 Mar 2025 14:36:41 +0100 Subject: [PATCH] Remove duplicate array keys in MDConcMarkingPosition --- src/MDConcMarkingPosition.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/MDConcMarkingPosition.php b/src/MDConcMarkingPosition.php index 7699617..f535b11 100644 --- a/src/MDConcMarkingPosition.php +++ b/src/MDConcMarkingPosition.php @@ -140,12 +140,12 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface "Volle Vorderseite" => "front_front", "Volle Frontseite" => "front_front", "Vorderseite" => "front_front", + "Forderseite" => "front_front", "Vorderseite / Stirn" => "front_front", "Vorn" => "front_front", "vorn" => "front_front", "Vorne" => "front_front", "vorne" => "front_front", - // Rear "Leinwandrückseite" => "rear_side", @@ -244,8 +244,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface // Misc. "x" => "other", - "Vorderseite" => "other", - "Forderseite" => "other", "VS" => "other", "VS:" => "other", "vs" => "other", @@ -408,7 +406,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface "Oberseite Kiste" => "other", "beidseitig am Waagengestell, Waagebalken, auf Abdeckung" => "other", "vs Umschrift" => "other", - "Frontseite" => "other", "Vorderseite Akkordeon" => "other", "mittig am Fußgestell" => "other", "Balkenskala links" => "other",