Merge branch '3.0'

This commit is contained in:
terrafrost 2022-07-15 12:29:19 -05:00
commit 35be18b292

View File

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