Skip to content

Commit 746ae8d

Browse files
committed
Fix lint
1 parent 2955c9a commit 746ae8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
namespace Tests\Functional\App\Creator\ResponseCreator;
33

44
use Prophecy\PhpUnit\ProphecyTrait;
5-
use Yoanm\JsonRpcServer\Domain\Model\JsonRpcRequest;
65

76
/**
87
* @covers \Yoanm\JsonRpcServer\App\Creator\ResponseCreator
@@ -45,7 +44,8 @@ public function testShouldBindResultAndRequestParamToResponse()
4544
/**
4645
* Bug fix: https://github.com/yoanm/php-jsonrpc-server-sdk/issues/94
4746
*/
48-
public function testShouldConvertRequestWithZeroIdToResponseWithZeroId() {
47+
public function testShouldConvertRequestWithZeroIdToResponseWithZeroId()
48+
{
4949
$fromRequest = $this->createRequest(self::DEFAULT_METHOD, self::DEFAULT_JSONRPC, 0);
5050

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

0 commit comments

Comments
 (0)