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

@@ -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 = [];
/**