Skip to content

Commit

Permalink
Merge pull request #538 from elifesciences/fix-uninitialised-var
Browse files Browse the repository at this point in the history
remove unused and uninitialised variable
  • Loading branch information
scottaubrey authored Oct 22, 2024
2 parents bec627c + 2f863af commit 1885b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/Search/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ final protected function getHttpClient() : \eLife\ApiClient\HttpClient
if (null === $this->httpClient) {
$this->httpClient = new Guzzle6HttpClient(new Client([
'base_uri' => 'http://api.elifesciences.org',
'handler' => $stack,
]));
}

Expand Down

0 comments on commit 1885b81

Please sign in to comment.