mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 17:57:12 +00:00
Make data provider static
This commit is contained in:
parent
69c70cfc03
commit
962cfa607d
@ -578,7 +578,7 @@ class SSH2Test extends PhpseclibFunctionalTestCase
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function getCryptoAlgorithms()
|
||||
public static function getCryptoAlgorithms()
|
||||
{
|
||||
$map = [
|
||||
'kex' => SSH2::getSupportedKEXAlgorithms(),
|
||||
|
Loading…
Reference in New Issue
Block a user