mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +00:00
AsymmetricKey: toString('Raw') returns an array - not a string
This commit is contained in:
parent
0548866d42
commit
f0194cf639
@ -94,7 +94,7 @@ abstract class AsymmetricKey
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $type
|
* @param string $type
|
||||||
* @return string
|
* @return array|string
|
||||||
*/
|
*/
|
||||||
abstract public function toString($type, array $options = []);
|
abstract public function toString($type, array $options = []);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user