Skip to content

Commit 32eadaa

Browse files
committed
Code style
1 parent 2a6b55b commit 32eadaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/ClientTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function testEnterpriseUrl()
220220

221221
$httpClientMock->expects($this->once())
222222
->method('sendRequest')
223-
->with($this->callback(function(RequestInterface $request) {
223+
->with($this->callback(function (RequestInterface $request) {
224224
return (string) $request->getUri() === 'https://foobar.com/api/v3/enterprise/stats/all';
225225
}))
226226
->willReturn(new Response(200, [], '[]'));

0 commit comments

Comments
 (0)