*/ declare(strict_types = 1); /** * Provides lists for categorizing misspelled sizes. */ final class MDConcLengths { const LENGTHS_LIST = [ "cn" => "cm", ]; }