Просмотр исходного кода

Fix indentation of doc comment

Nils Adermann 13 лет назад
Родитель
Сommit
460822fb96
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      tests/Composer/Test/DependencyResolver/SolverTest.php

+ 3 - 3
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'));