mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix CS
This commit is contained in:
parent
2e40cdf2dc
commit
86fb8d4412
57 changed files with 146 additions and 88 deletions
|
@ -204,7 +204,7 @@ class SuggestedPackagesReporterTest extends TestCase
|
|||
$this->suggestedPackagesReporter->addPackage('a', 'b', 'c');
|
||||
$this->suggestedPackagesReporter->addPackage('source package', 'target', 'because reasons');
|
||||
|
||||
$this->io->expects($this->exactly(6))
|
||||
$this->io->expects($this->exactly(6))
|
||||
->method('write')
|
||||
->withConsecutive(
|
||||
['<comment>a</comment> suggests:'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue