| @@ -33,7 +33,7 @@ | ||
| 33 | 33 |  	{ | 
| 34 | 34 | $this->file = $file; | 
| 35 | 35 | |
| 36 | -		register_shutdown_function(function () { | |
| 36 | +		register_shutdown_function(function() { | |
| 37 | 37 |  			file_put_contents($this->file, str_repeat('-', 100) . PHP_EOL . PHP_EOL, FILE_APPEND); | 
| 38 | 38 | }); | 
| 39 | 39 | } |