AsymmetricKey: toString('Raw') returns an array - not a string

This commit is contained in:
terrafrost 2023-12-16 11:12:31 -06:00
parent 0548866d42
commit f0194cf639

View File

@ -94,7 +94,7 @@ abstract class AsymmetricKey
/**
* @param string $type
* @return string
* @return array|string
*/
abstract public function toString($type, array $options = []);