Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 4e15e8b

Browse files
authored
fix: typo in RpcConnector
1 parent 0d728f6 commit 4e15e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/RpcConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function post($manager, $method, $params = [])
130130

131131
if ($json === false) {
132132
throw new Exception(
133-
'Can\'t get response from Perun. Call: ' . $uri . ', Params: ' . $paramsQuery .
133+
'Can\'t get response from Perun. Call: ' . $uri . ', Params: ' . $paramsJson .
134134
', Response: ' . $json
135135
);
136136
}

0 commit comments

Comments
 (0)