mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
7211eedc36
commit
122e422682
98 changed files with 503 additions and 413 deletions
|
@ -243,7 +243,7 @@ class PluginInstallerTest extends TestCase
|
|||
->expects($this->any())
|
||||
->method('getPackages')
|
||||
->will($this->returnCallback(function () use ($plugApiInternalPackage, $plugins) {
|
||||
return array_merge(array($plugApiInternalPackage), $plugins);
|
||||
return array_merge(array($plugApiInternalPackage), $plugins);
|
||||
}));
|
||||
|
||||
$this->pm->loadInstalledPlugins();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue