Fix return types
This commit is contained in:
@@ -21,7 +21,7 @@ enum MDCustomReportFormat implements JsonSerializable {
|
||||
*
|
||||
* @return MDCustomReportTarget
|
||||
*/
|
||||
public static function fromString(string $input):MDObjectDamageType {
|
||||
public static function fromString(string $input):MDCustomReportFormat {
|
||||
|
||||
return match($input) {
|
||||
'csv' => self::csv,
|
||||
|
Reference in New Issue
Block a user