We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 977fa9e + d6c4f27 commit d3fb4ccCopy full SHA for d3fb4cc
src/Context/RestContext.php
@@ -71,7 +71,7 @@ public function iSendARequestToWithParameters($method, $url, TableNode $datas)
71
*/
72
public function iSendARequestToWithBody($method, $url, PyStringNode $body)
73
{
74
- $this->iSendARequestTo($method, $url, $body);
+ return $this->iSendARequestTo($method, $url, $body);
75
}
76
77
/**
0 commit comments