Merge branch '3.0'

This commit is contained in:
terrafrost 2023-07-19 19:33:44 -05:00
commit 90dc3cf6cb

View File

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