We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd5691 + a3c2318 commit e47bbffCopy full SHA for e47bbff
restclient.php
@@ -265,7 +265,7 @@ public function decode_response(){
265
if(empty($this->decoded_response)){
266
$format = $this->get_response_format();
267
if(!array_key_exists($format, $this->options['decoders']))
268
- throw new RestClientException("'${format}' is not a supported ".
+ throw new RestClientException("'{$format}' is not a supported ".
269
"format, register a decoder to handle this response.");
270
271
$this->decoded_response = call_user_func(
0 commit comments