CustomReportFormat does not implement MDValueEnumInterface

This commit is contained in:
Joshua Ramon Enslin 2022-12-30 00:05:05 +01:00
parent 830bbd1103
commit 91a3ee9c6b
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -9,7 +9,7 @@ declare(strict_types = 1);
/**
* Represents a format in which custom reports can be generated.
*/
enum MDCustomReportFormat implements MDValueEnumInterface, JsonSerializable {
enum MDCustomReportFormat implements JsonSerializable {
case csv;
case html;