Fix phpstan return type in `SvnTest::urlProvider` (#10233)
parent
a861d66469
commit
96370657b8
|
@ -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…
Reference in New Issue