Skip to content

Commit

Permalink
Fix for older PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobQuistNL authored Jun 12, 2024
1 parent 261904f commit d621e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfluxDB2/DefaultApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function sendRequest(RequestInterface $request): ResponseInterface
'[%d] Error connecting to the API (%s)(%s)',
$statusCode,
$request->getUri(),
$errorMessage,
$errorMessage
),
$statusCode,
$response->getHeaders(),
Expand Down

0 comments on commit d621e1e

Please sign in to comment.