From 96370657b82192137f5c7a63176bc71b442018f7 Mon Sep 17 00:00:00 2001 From: Martin Herndl Date: Thu, 28 Oct 2021 10:00:25 +0200 Subject: [PATCH] Fix phpstan return type in `SvnTest::urlProvider` (#10233) --- tests/Composer/Test/Util/SvnTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/Composer/Test/Util/SvnTest.php b/tests/Composer/Test/Util/SvnTest.php index 8d38c567b..0ab43dd45 100644 --- a/tests/Composer/Test/Util/SvnTest.php +++ b/tests/Composer/Test/Util/SvnTest.php @@ -36,11 +36,6 @@ class SvnTest extends TestCase $this->assertEquals($expect, $reflMethod->invoke($svn)); } - /** - * Provide some examples for {@self::testCredentials()}. - * - * @return array - */ public function urlProvider() { return array(