This inspection reports on any unnecessary return statements
in JavaScript functions. Unnecessary return statements are those which
return no value and occur just before the function would have "fallen through" to the bottom.
These statements may be safely removed.