Skip to content

Commit

Permalink
Another change requested by continuous-integration/styleci/pr (but no…
Browse files Browse the repository at this point in the history
…t for my changed code)
  • Loading branch information
tomcorbett committed Mar 24, 2024
1 parent 08c3d7a commit a3d2fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Github/Tests/ResultPagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function testFetchAllPreserveKeys()
'sha' => '43068834af7e501778708ed13106de95f782328c',
];

$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)));

// httpClient mock
$httpClientMock = $this->getMockBuilder(HttpClient::class)
Expand Down

0 comments on commit a3d2fb8

Please sign in to comment.