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.
2 parents d4c8fae + 4f5debb commit 39dc9b4Copy full SHA for 39dc9b4
lib/Github/HttpClient/CachedHttpClient.php
@@ -72,7 +72,7 @@ public function request($path, $body = null, $httpMethod = 'GET', array $headers
72
*/
73
protected function createRequest($httpMethod, $path, $body = null, array $headers = array(), array $options = array())
74
{
75
- $request = parent::createRequest($httpMethod, $path, $body, $headers = array(), $options);
+ $request = parent::createRequest($httpMethod, $path, $body, $headers, $options);
76
77
if ($modifiedAt = $this->getCache()->getModifiedSince($path)) {
78
$modifiedAt = new \DateTime('@'.$modifiedAt);
0 commit comments