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 08c3d7a commit a3d2fb8Copy full SHA for a3d2fb8
test/Github/Tests/ResultPagerTest.php
@@ -187,7 +187,7 @@ public function testFetchAllPreserveKeys()
187
'sha' => '43068834af7e501778708ed13106de95f782328c',
188
];
189
190
- $response = new Response(200, ['Content-Type'=>'application/json'], Utils::streamFor(json_encode($content)));
+ $response = new Response(200, ['Content-Type' => 'application/json'], Utils::streamFor(json_encode($content)));
191
192
// httpClient mock
193
$httpClientMock = $this->getMockBuilder(HttpClient::class)
0 commit comments