Fix variable comment
This commit is contained in:
@@ -9,7 +9,7 @@ final class MDImporterMissingConcordance extends Exception {
|
||||
public string $target_type;
|
||||
public string $value_to_map;
|
||||
|
||||
/** @var array<string, string> */
|
||||
/** @var array<string, array<string>> */
|
||||
private static array $_missing_concordances = [];
|
||||
|
||||
/**
|
||||
|
||||
@@ -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'];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user