Unused parameter
The function getValue
declares two parameters but paramName
is never used and/or returned.
The fix is to use the parameter where it should be.
The function getValue
declares two parameters but paramName
is never used and/or returned.
The fix is to use the parameter where it should be.