@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | protected $cache; |
55 | 55 | |
56 | 56 | private function closeConnection() { |
57 | - if(null !== $this->con) { |
|
57 | + if (null !== $this->con) { |
|
58 | 58 | curl_close($this->con); |
59 | 59 | } |
60 | 60 | } |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | $this->url = NULL; |
221 | 221 | $this->params = array(); |
222 | 222 | $this->headers = array(); |
223 | - Logger::log("Context service for " . get_called_class() . " cleared!"); |
|
223 | + Logger::log("Context service for ".get_called_class()." cleared!"); |
|
224 | 224 | $this->closeConnection(); |
225 | 225 | } |
226 | 226 |