Skip to content

Commit 72c9106

Browse files
committed
remove unused variable
1 parent 692b634 commit 72c9106

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)