@@ -68,8 +68,8 @@ |
||
| 68 | 68 | public function writeFile(){ |
| 69 | 69 | if (!empty($this->fileName)){ |
| 70 | 70 | $file = $this->file(); |
| 71 | - $fileHandle = fopen($file,'w+'); |
|
| 72 | - fwrite($fileHandle,$this->body); |
|
| 71 | + $fileHandle = fopen($file, 'w+'); |
|
| 72 | + fwrite($fileHandle, $this->body); |
|
| 73 | 73 | fclose($fileHandle); |
| 74 | 74 | return $file; |
| 75 | 75 | }else{ |