Add concordance list for check types
This commit is contained in:
parent
03ca5c8406
commit
68f7b5f8d6
18
src/MDConcCheckTypes.php
Normal file
18
src/MDConcCheckTypes.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?PHP
|
||||
/**
|
||||
* Constains lists for categorizing misspelled check types.
|
||||
*
|
||||
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
|
||||
/**
|
||||
* Provides lists for categorizing misspelled check types.
|
||||
*/
|
||||
final class MDConcCheckTypes {
|
||||
|
||||
const CHECK_TYPES = [
|
||||
"Vollständigkeit" => MDObjectCheckType::completeness_check,
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user