@@ -400,7 +400,7 @@ |
||
| 400 | 400 | file_put_contents($temporaryPath, $content); |
| 401 | 401 | |
| 402 | 402 | // The file is automatically removed when closed, or when the script ends. |
| 403 | - register_shutdown_function(function () use ($temporaryPath) { |
|
| 403 | + register_shutdown_function(function() use ($temporaryPath) { |
|
| 404 | 404 | unlink($temporaryPath); |
| 405 | 405 | }); |
| 406 | 406 | |