Make value sets final

This commit is contained in:
2020-08-29 17:21:18 +02:00
committed by Stefan Rohde-Enslin
parent 88e068d0da
commit 44f0d38601
11 changed files with 11 additions and 11 deletions

View File

@ -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',