Make value sets final
This commit is contained in:
@ -9,7 +9,7 @@ declare(strict_types = 1);
|
||||
/**
|
||||
* Class containing available marking types.
|
||||
*/
|
||||
class MDMarkingTypesSet extends MDValueSet {
|
||||
final class MDMarkingTypesSet extends MDValueSet {
|
||||
|
||||
const MARKING_TYPES = [
|
||||
'signature',
|
||||
|
Reference in New Issue
Block a user