Merge branch '2.0'

This commit is contained in:
terrafrost 2019-02-24 21:37:43 -06:00
commit adc9a5d189

View File

@ -434,7 +434,12 @@ class RSA extends AsymmetricKey
* @return bool
* @access public
* @param string|RSA|array $key
<<<<<<< HEAD
* @param int|bool $type optional
=======
* @param bool|int $type optional
* @return bool
>>>>>>> 2.0
*/
public function load($key, $type = false)
{