AsymmetricKey: phpstan tweak

This commit is contained in:
terrafrost 2023-07-02 17:43:35 -05:00
parent 5a7569cd13
commit fc4d9dd480

View File

@ -130,7 +130,7 @@ abstract class AsymmetricKey
*
* @param string $key
* @param string $password optional
* @return AsymmetricKey
* @return \phpseclib3\Crypt\Common\PublicKey|\phpseclib3\Crypt\Common\PrivateKey
*/
public static function load($key, $password = false)
{