@@ -49,7 +49,7 @@ |
||
49 | 49 | public function setCacheSize($value) |
50 | 50 | { |
51 | 51 | $this->_cacheSize = TPropertyValue::ensureInteger($value); |
52 | - if($this->_cacheSize == 0) { |
|
52 | + if ($this->_cacheSize == 0) { |
|
53 | 53 | $this->_cacheSize = 100; |
54 | 54 | } |
55 | 55 | } |
@@ -155,7 +155,7 @@ |
||
155 | 155 | { |
156 | 156 | $errnum = json_last_error(); |
157 | 157 | if ($errnum != JSON_ERROR_NONE) { |
158 | - throw new \Exception("JSON error: ". $errnum); |
|
158 | + throw new \Exception("JSON error: " . $errnum); |
|
159 | 159 | } |
160 | 160 | } |
161 | 161 |