diff --git a/phpseclib/Crypt/RSA.php b/phpseclib/Crypt/RSA.php index 6d2d47a4..f5b6a1f1 100644 --- a/phpseclib/Crypt/RSA.php +++ b/phpseclib/Crypt/RSA.php @@ -290,7 +290,7 @@ abstract class RSA extends AsymmetricKey * * The public key can be extracted from the private key * - * @return RSA + * @return RSA\PrivateKey * @param int $bits */ public static function createKey($bits = 2048)