mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 14:51:00 +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
|
||||
* @return string
|
||||
* @return array|string
|
||||
*/
|
||||
abstract public function toString($type, array $options = []);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user