Skip to content

Commit 98999b0

Browse files
authored
Merge pull request #14 from DawidMazurek/remove-unused-variable
remove unused variable
2 parents 90313d3 + 72c9106 commit 98999b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request/JsonRpcRequestBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private function createRequest(array $data): JsonRpcRequest
6565
);
6666
}
6767

68-
return $request = new Notification(
68+
return new Notification(
6969
$data['jsonrpc'],
7070
$data['method'],
7171
$data['params']

0 commit comments

Comments
 (0)