@@ -162,6 +162,7 @@ |
||
| 162 | 162 | |
| 163 | 163 | /** |
| 164 | 164 | * @codeCoverageIgnore |
| 165 | + * @param resource $mh |
|
| 165 | 166 | */ |
| 166 | 167 | private function setupShareHandler($mh, array $unused, array $pluginConfig) |
| 167 | 168 | { |
@@ -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); |