RSA: fix bad merge

This commit is contained in:
terrafrost 2019-03-08 08:02:20 -06:00
parent 604954cd09
commit 4a920c3690

View File

@ -434,12 +434,8 @@ 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)
{