CustomReportFormat does not implement MDValueEnumInterface
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user