Fix phpstan return type in `SvnTest::urlProvider` (#10233)

main
Martin Herndl 3 years ago committed by GitHub
parent a861d66469
commit 96370657b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(

Loading…
Cancel
Save