mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
CS fixes
This commit is contained in:
parent
751190aafd
commit
94926218e8
56 changed files with 94 additions and 123 deletions
|
@ -152,7 +152,7 @@ class InstallerTest extends TestCase
|
|||
$io->expects($this->any())
|
||||
->method('write')
|
||||
->will($this->returnCallback(function ($text, $newline) use (&$output) {
|
||||
$output .= $text . ($newline ? "\n":"");
|
||||
$output .= $text . ($newline ? "\n" : "");
|
||||
}));
|
||||
|
||||
$composer = FactoryMock::create($io, $composerConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue