@@ -204,7 +204,7 @@ |
||
204 | 204 | } |
205 | 205 | $packageCopy->saveDescriptor($files['datapackage.json']); |
206 | 206 | |
207 | - register_shutdown_function(function () use ($base) { |
|
207 | + register_shutdown_function(function() use ($base) { |
|
208 | 208 | Utils::removeDir($base); |
209 | 209 | }); |
210 | 210 | if ($zip->open($zip_filename, ZipArchive::CREATE | ZipArchive::OVERWRITE) === true) { |