Fix function return comment

This commit is contained in:
2022-12-30 15:24:56 +01:00
parent 59e85ac02c
commit dc977c0ff6

View File

@ -19,7 +19,7 @@ enum MDCustomReportFormat implements JsonSerializable {
*
* @param string $input Input to get a value from.
*
* @return MDCustomReportTarget
* @return MDCustomReportFormat
*/
public static function fromString(string $input):MDCustomReportFormat {