Merge branch '3.0'

This commit is contained in:
terrafrost 2023-07-19 19:33:44 -05:00
commit 90dc3cf6cb
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ abstract class AsymmetricKey
* Load the key
*
* @param string|array $key
* @return \phpseclib3\Crypt\Common\PublicKey|\phpseclib3\Crypt\Common\PrivateKey
*/
public static function load($key, ?string $password = null): AsymmetricKey
{