Closed BenRutlandWeb closed 3 years ago
Describe the bug The Radiate\Http\Client\Response::collect method accepts a $key but the json method does not. One method is incorrect.
Radiate\Http\Client\Response::collect
$key
json
To Reproduce Steps to reproduce the behaviour:
Radiate\Http\Client\Response
Expected behaviour Either the collect method doesn't have a $key parameter, or the json method does have a $key parameter.
collect
Describe the bug The
Radiate\Http\Client\Response::collect
method accepts a$key
but thejson
method does not. One method is incorrect.To Reproduce Steps to reproduce the behaviour:
Radiate\Http\Client\Response
class methods.Expected behaviour Either the
collect
method doesn't have a$key
parameter, or thejson
method does have a$key
parameter.