From daedb4a74fd253b3b30a8c9e5eab50085f8279f9 Mon Sep 17 00:00:00 2001 From: Mike van Rooyen Date: Tue, 8 Oct 2019 16:08:11 +0100 Subject: [PATCH] Remove extra line in method following CS-Fixer --- tests/Composer/Test/Repository/PathRepositoryTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Composer/Test/Repository/PathRepositoryTest.php b/tests/Composer/Test/Repository/PathRepositoryTest.php index fde704066..c02c02838 100644 --- a/tests/Composer/Test/Repository/PathRepositoryTest.php +++ b/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()