Closed gnikyt closed 2 years ago
Mainly, parse_url and parse_str calls have been updated. Warnings were present complaining about possible null values where a string is expected.
parse_url
parse_str
This PR adjusts to check for falsey/null and use a empty string as fallback.
Merged. Closed.
Mainly,
parse_url
andparse_str
calls have been updated. Warnings were present complaining about possible null values where a string is expected.This PR adjusts to check for falsey/null and use a empty string as fallback.