RSA/XML: rm redundant check

This commit is contained in:
terrafrost 2022-07-15 12:28:56 -05:00
parent 89944c813c
commit c73b9f0884

View File

@ -42,10 +42,6 @@ abstract class XML
*/
public static function load($key, $password = '')
{
if (!extension_loaded('dom')) {
return false;
}
if (!Strings::is_stringable($key)) {
throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
}