We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dc820 commit 3a3b63cCopy full SHA for 3a3b63c
src/RestClient.php
@@ -67,7 +67,7 @@ private function convertHeadersToString(array $headers): string
67
/**
68
* Send an HTTP request using the file_get_contents and parse its JSON result if any.
69
*
70
- * @throws BouncerException when the reponse status is not 2xx.
+ * @throws BouncerException when the reponse status is not 2xx
71
*/
72
public function request(
73
string $endpoint,
0 commit comments