Make data provider static

This commit is contained in:
Robert 2024-05-28 12:08:32 -04:00
parent 69c70cfc03
commit 962cfa607d

View File

@ -578,7 +578,7 @@ class SSH2Test extends PhpseclibFunctionalTestCase
/**
* @return array
*/
public function getCryptoAlgorithms()
public static function getCryptoAlgorithms()
{
$map = [
'kex' => SSH2::getSupportedKEXAlgorithms(),