2024-03-06 UTC
# Loqi [gregorlove.com] In some edge cases, I’ve gotten a TypeError in parseUriToComponents(), when called by the function resolveUrl() (not the class method of the same name). This happens because parse_url can return false and it’s not checking for that before calling array_key_exists:... (https://gregorlove.com/2024/03/improve-parse-url-usage/)