1
0
Fork 0

Fix indentation of doc comment

pull/313/head
Nils Adermann 2012-02-18 12:37:45 +01:00
parent 3b54316e91
commit 460822fb96
1 changed files with 3 additions and 3 deletions

View File

@ -415,9 +415,9 @@ class SolverTest extends TestCase
} }
/** /**
* If a replacer D replaces B and C with C not otherwise available, * If a replacer D replaces B and C with C not otherwise available,
* D must be installed instead of the original B. * D must be installed instead of the original B.
*/ */
public function testUseReplacerIfNecessary() public function testUseReplacerIfNecessary()
{ {
$this->repo->addPackage($packageA = $this->getPackage('A', '1.0')); $this->repo->addPackage($packageA = $this->getPackage('A', '1.0'));