This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
35
* @param array $params
36
* @param array $headers
37
* @return \PatricPoba\MtnMomo\Http\Response
38
*/
39
public function request($method, $url, $params = [], $headers = [])
40
{
41
try {
42
// $response = $this->client->send(
43
// new \GuzzleHttp\Psr7\Request\Request($method, $url, $headers), ['json' => $params]
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.