Merge branch '2.0'

This commit is contained in:
terrafrost 2018-04-29 16:56:35 -05:00
commit 78eb98311f

View File

@ -471,7 +471,7 @@ class RSA extends AsymmetricKey
* *
* @return bool * @return bool
* @access public * @access public
* @param string $key * @param string|RSA|array $key
* @param int|bool $type optional * @param int|bool $type optional
*/ */
public function load($key, $type = false) public function load($key, $type = false)