@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | * @throws \Comodojo\Exception\RpcException |
23 | 23 | * @throws \Comodojo\Exception\HttpException |
24 | 24 | */ |
25 | - public function performCall(LoggerInterface $logger, $data, $content_type, $encrypt=false) { |
|
25 | + public function performCall(LoggerInterface $logger, $data, $content_type, $encrypt = false) { |
|
26 | 26 | |
27 | 27 | $this->setHttpMethod("POST"); |
28 | 28 | |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | |
77 | 77 | $this->aes->setKey($key); |
78 | 78 | |
79 | - $return = 'comodojo_encrypted_request-'.base64_encode( $this->aes->encrypt($data) ); |
|
79 | + $return = 'comodojo_encrypted_request-'.base64_encode($this->aes->encrypt($data)); |
|
80 | 80 | |
81 | 81 | } else { |
82 | 82 |