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 9b57f84 commit 4f5debbCopy full SHA for 4f5debb
lib/Github/HttpClient/CachedHttpClient.php
@@ -62,7 +62,7 @@ public function request($path, $body = null, $httpMethod = 'GET', array $headers
62
*/
63
protected function createRequest($httpMethod, $path, $body = null, array $headers = array(), array $options = array())
64
{
65
- $request = parent::createRequest($httpMethod, $path, $body, $headers = array(), $options);
+ $request = parent::createRequest($httpMethod, $path, $body, $headers, $options);
66
67
if ($modifiedAt = $this->getCache()->getModifiedSince($path)) {
68
$modifiedAt = new \DateTime('@'.$modifiedAt);
0 commit comments