Skip to content

Commit 3a3b63c

Browse files
committed
lint
1 parent 37dc820 commit 3a3b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private function convertHeadersToString(array $headers): string
6767
/**
6868
* Send an HTTP request using the file_get_contents and parse its JSON result if any.
6969
*
70-
* @throws BouncerException when the reponse status is not 2xx.
70+
* @throws BouncerException when the reponse status is not 2xx
7171
*/
7272
public function request(
7373
string $endpoint,

0 commit comments

Comments
 (0)