From 460822fb96c8bbe624bb8d336731a2b0e8093d22 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 18 Feb 2012 12:37:45 +0100 Subject: [PATCH] Fix indentation of doc comment --- tests/Composer/Test/DependencyResolver/SolverTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Composer/Test/DependencyResolver/SolverTest.php b/tests/Composer/Test/DependencyResolver/SolverTest.php index 57f835c88..85ef6fc70 100644 --- a/tests/Composer/Test/DependencyResolver/SolverTest.php +++ b/tests/Composer/Test/DependencyResolver/SolverTest.php @@ -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'));