mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix indentation of doc comment
This commit is contained in:
parent
3b54316e91
commit
460822fb96
1 changed files with 3 additions and 3 deletions
|
@ -415,9 +415,9 @@ class SolverTest extends TestCase
|
|||
}
|
||||
|
||||
/**
|
||||
* If a replacer D replaces B and C with C not otherwise available,
|
||||
* D must be installed instead of the original B.
|
||||
*/
|
||||
* If a replacer D replaces B and C with C not otherwise available,
|
||||
* D must be installed instead of the original B.
|
||||
*/
|
||||
public function testUseReplacerIfNecessary()
|
||||
{
|
||||
$this->repo->addPackage($packageA = $this->getPackage('A', '1.0'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue