We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6b55b commit 32eadaaCopy full SHA for 32eadaa
test/Github/Tests/ClientTest.php
@@ -220,7 +220,7 @@ public function testEnterpriseUrl()
220
221
$httpClientMock->expects($this->once())
222
->method('sendRequest')
223
- ->with($this->callback(function(RequestInterface $request) {
+ ->with($this->callback(function (RequestInterface $request) {
224
return (string) $request->getUri() === 'https://foobar.com/api/v3/enterprise/stats/all';
225
}))
226
->willReturn(new Response(200, [], '[]'));
0 commit comments