Skip to content

Commit

Permalink
AsymmetricKey: toString('Raw') returns an array - not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Dec 16, 2023
1 parent 0548866 commit f0194cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpseclib/Crypt/Common/AsymmetricKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ abstract class AsymmetricKey

/**
* @param string $type
* @return string
* @return array|string
*/
abstract public function toString($type, array $options = []);

Expand Down

0 comments on commit f0194cf

Please sign in to comment.