Unlike merkleClaim(), function signatureClaim() does not check if the verification type of the artId being minted is SIGNATURE or not. This is in case the function is directly called and not through the claim() function. 
Although Im assuming the phiSignerAddress will be providing signatures for the encodedData_ only for signature verification types, it would be good to add the check as done in merkleClaim(). 
