Merge branch 'phpstan' into 3.0

This commit is contained in:
terrafrost 2023-07-19 19:28:21 -05:00
commit 718503af33
1 changed files with 1 additions and 1 deletions

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)
{