Skip to content

Commit 8dc4049

Browse files
authored
minor #901 Fixed 2.x -> master merge (GrahamCampbell)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- Commits ------- e2393e7 Fixed 2.x -> master merge
2 parents 4096222 + e2393e7 commit 8dc4049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Github/HttpClient/Plugin/History.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function addSuccess(RequestInterface $request, ResponseInterface $respons
3535
$this->lastResponse = $response;
3636
}
3737

38+
/**
39+
* @return void
40+
*/
3841
public function addFailure(RequestInterface $request, ClientExceptionInterface $exception)
3942
{
4043
}

0 commit comments

Comments
 (0)