@@ -84,7 +84,9 @@ |
||
| 84 | 84 | |
| 85 | 85 | $file = $this->getTemporaryName(); |
| 86 | 86 | |
| 87 | - if (file_exists($file)) return file_get_contents($file); |
|
| 87 | + if (file_exists($file)) { |
|
| 88 | + return file_get_contents($file); |
|
| 89 | + } |
|
| 88 | 90 | |
| 89 | 91 | throw new Exception("File does not exists"); |
| 90 | 92 | |