ソースを参照

Remove extra line in method following CS-Fixer

Mike van Rooyen 5 年 前
コミット
daedb4a74f
1 ファイル変更0 行追加1 行削除
  1. 0 1
      tests/Composer/Test/Repository/PathRepositoryTest.php

+ 0 - 1
tests/Composer/Test/Repository/PathRepositoryTest.php

@@ -34,7 +34,6 @@ class PathRepositoryTest extends TestCase
         $repositoryUrl = implode(DIRECTORY_SEPARATOR, array(__DIR__, 'Fixtures', 'path', 'missing'));
         $repository = new PathRepository(array('url' => $repositoryUrl), $ioInterface, $config);
         $repository->getPackages();
-
     }
 
     public function testLoadPackageFromFileSystemWithVersion()