Skip to content

Commit b220ec4

Browse files
committed
Fix lint
1 parent 2955c9a commit b220ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Functional/App/Creator/ResponseCreator/CreateResultResponseTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public function testShouldBindResultAndRequestParamToResponse()
4545
/**
4646
* Bug fix: https://github.com/yoanm/php-jsonrpc-server-sdk/issues/94
4747
*/
48-
public function testShouldConvertRequestWithZeroIdToResponseWithZeroId() {
48+
public function testShouldConvertRequestWithZeroIdToResponseWithZeroId()
49+
{
4950
$fromRequest = $this->createRequest(self::DEFAULT_METHOD, self::DEFAULT_JSONRPC, 0);
5051

5152
$response = $this->responseCreator->createEmptyResponse($fromRequest);

0 commit comments

Comments
 (0)