@@ -91,7 +91,7 @@ |
||
91 | 91 | */ |
92 | 92 | public function iSendRequestWithNestedParamsArray($function, PyStringNode $json) |
93 | 93 | { |
94 | - $this->sendRequest($function, [json_decode('{' . $json . '}', 'true')]); |
|
94 | + $this->sendRequest($function, [json_decode('{'.$json.'}', 'true')]); |
|
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |