trafficstars
Consider returning null instead of -1 for non-existent customer IDs in the getCustomerId function. Returning -1 may lead to confusion if customerId is expected to be a non-negative number. \n\nFor more details, see the discussion in PR #2037 and the specific comment.