Fix function return comment

This commit is contained in:
Joshua Ramon Enslin 2022-12-30 15:24:56 +01:00
parent 59e85ac02c
commit dc977c0ff6
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

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