@@ -113,7 +113,7 @@ |
||
| 113 | 113 | */ |
| 114 | 114 | public function __destruct() |
| 115 | 115 | { |
| 116 | - if($this->tmp_file){ |
|
| 116 | + if ($this->tmp_file) { |
|
| 117 | 117 | @unlink($this->tmp_file); |
| 118 | 118 | } |
| 119 | 119 | } |