Fix variable comment

This commit is contained in:
2025-11-13 10:28:34 +01:00
parent cb0684da05
commit d8d59adb66
2 changed files with 3 additions and 2 deletions

View File

@@ -82,7 +82,8 @@ final class MDConcObjectTagRelTypes implements MDImporterConcordanceListInterfac
return self::RELATION_TYPES_MAPPED_TO_EVENTS[strtolower($input)];
}
throw MDImporterMissingConcordance::setup("object-tag relationship", $input);
MDImporterMissingConcordance::throw("object-tag relationship", $input);
return ['event_type' => 24, 'target_section' => 'time'];
}