Closed shishir-intelli closed 3 months ago
Closes #1075
This PR removes the unnecessary patch added in workflow and resolves the error issue by throwing InvalidArgumentException exception instead of return NULL;
InvalidArgumentException
return NULL;
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 44.40%. Comparing base (34dfc35) to head (3755874). Report is 1 commits behind head on 3.x.
34dfc35
3755874
Closes #1075
This PR removes the unnecessary patch added in workflow and resolves the error issue by throwing
InvalidArgumentException
exception instead ofreturn NULL;