CDISP0413E

A return statement with a value is included in a function that returns void.

A function that returns void cannot include a return statement that returns an expression.
Remove the expression from the return statement.