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