@@ -22,8 +22,8 @@ |
||
| 22 | 22 | }); |
| 23 | 23 | declare(ticks=1) { |
| 24 | 24 | /** |
| 25 | - * |
|
| 26 | - */ |
|
| 25 | + * |
|
| 26 | + */ |
|
| 27 | 27 | class ParallelDownloader |
| 28 | 28 | { |
| 29 | 29 | /** @var IO/IOInterface */ |
@@ -10,7 +10,7 @@ |
||
| 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); |