mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
4d36622ada
commit
6a64041055
18 changed files with 14 additions and 20 deletions
|
@ -242,7 +242,7 @@ class PluginInstallerTest extends TestCase
|
|||
$this->repository
|
||||
->expects($this->any())
|
||||
->method('getPackages')
|
||||
->will($this->returnCallback(function() use($plugApiInternalPackage, $plugins) {
|
||||
->will($this->returnCallback(function () use ($plugApiInternalPackage, $plugins) {
|
||||
return array_merge(array($plugApiInternalPackage), $plugins);
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue