Update src/PhpSpreadsheet/Reader/Security/XmlScanner.php
Co-Authored-By: MarkBaker <mark@lange.demon.co.uk>
This commit is contained in:
parent
5854ce3738
commit
7f4a6e37b1
|
@ -25,7 +25,7 @@ class XmlScanner
|
|||
}
|
||||
}
|
||||
|
||||
private function IdentifyLibxmlDisableEntityLoaderAvailability()
|
||||
private function identifyLibxmlDisableEntityLoaderAvailability()
|
||||
{
|
||||
if (PHP_MAJOR_VERSION > 7) {
|
||||
switch (PHP_MINOR_VERSION) {
|
||||
|
|
Loading…
Reference in New Issue