Completed
Pull Request — master (#51)
by Hiraku
10:33
created
src/ParallelDownloader.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 use Composer\IO;
11 11
 use Composer\Config as CConfig;
12 12
 
13
-register_tick_function(function(){
13
+register_tick_function(function() {
14 14
     $bt = debug_backtrace(false);
15 15
     if (count($bt) > 1) {
16 16
         array_shift($bt);
Please login to merge, or discard this patch.