httpful
httpful copied to clipboard
Fix passing null as string
Fixes a PHP deprecation warning on PHP >= 8.1: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated.
Just set the parameter to "" instead of null.
please merge this request @nategood