Skip to content

Commit a3d2fb8

Browse files
committed
Another change requested by continuous-integration/styleci/pr (but not for my changed code)
1 parent 08c3d7a commit a3d2fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/ResultPagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function testFetchAllPreserveKeys()
187187
'sha' => '43068834af7e501778708ed13106de95f782328c',
188188
];
189189

190-
$response = new Response(200, ['Content-Type'=>'application/json'], Utils::streamFor(json_encode($content)));
190+
$response = new Response(200, ['Content-Type' => 'application/json'], Utils::streamFor(json_encode($content)));
191191

192192
// httpClient mock
193193
$httpClientMock = $this->getMockBuilder(HttpClient::class)

0 commit comments

Comments
 (0)