Completed
Push — master ( bcb451...aff6e2 )
by frey
04:47 queued 02:19
created
src/Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -411,7 +411,7 @@
 block discarded – undo
411 411
         file_put_contents($temporaryPath, $content);
412 412
 
413 413
         // The file is automatically removed when closed, or when the script ends.
414
-        register_shutdown_function(function () use ($temporaryPath) {
414
+        register_shutdown_function(function() use ($temporaryPath) {
415 415
             unlink($temporaryPath);
416 416
         });
417 417
 
Please login to merge, or discard this patch.