From dc977c0ff6088c589fb8ecd05a40902d0116b683 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Fri, 30 Dec 2022 15:24:56 +0100 Subject: [PATCH] Fix function return comment --- src/enums/MDCustomReportFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enums/MDCustomReportFormat.php b/src/enums/MDCustomReportFormat.php index 4616b4c..1ed73ec 100644 --- a/src/enums/MDCustomReportFormat.php +++ b/src/enums/MDCustomReportFormat.php @@ -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 {