@@ -149,7 +149,7 @@ |
||
| 149 | 149 | } |
| 150 | 150 | |
| 151 | 151 | return array_map( |
| 152 | - function ($package) { |
|
| 152 | + function($package) { |
|
| 153 | 153 | /** @var PackageInterface $package */ |
| 154 | 154 | return $package->getName(); |
| 155 | 155 | }, |
@@ -76,7 +76,7 @@ |
||
| 76 | 76 | * |
| 77 | 77 | * @param BaseCommand $command The command to patch. |
| 78 | 78 | * |
| 79 | - * @return BaseCommand |
|
| 79 | + * @return WrappedCommandTrait |
|
| 80 | 80 | * |
| 81 | 81 | * @throws \InvalidArgumentException When no setComposerFactory method is declared. |
| 82 | 82 | */ |