Skip to content

Commit

Permalink
Merge e9fdee3 into e64e0a9
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Aug 24, 2017
2 parents e64e0a9 + e9fdee3 commit 07db031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static function build($input, array $options = [])
'return' => 'simplexml',
'loadEntities' => false,
'readFile' => true,
'parseHuge' => true,
'parseHuge' => false,
];
$options += $defaults;

Expand Down

0 comments on commit 07db031

Please sign in to comment.