MDImporterConcordanceLists/src/MDConcLengths.php

19 lines
306 B
PHP
Raw Normal View History

<?PHP
/**
* Constains lists for categorizing misspelled sizes.
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
declare(strict_types = 1);
/**
* Provides lists for categorizing misspelled sizes.
*/
final class MDConcLengths {
const LENGTHS_LIST = [
"cn" => "cm",
];
}