diff --git a/src/PhpSpreadsheet/Reader/Security/XmlScanner.php b/src/PhpSpreadsheet/Reader/Security/XmlScanner.php index ecac4a8a..889a06f1 100644 --- a/src/PhpSpreadsheet/Reader/Security/XmlScanner.php +++ b/src/PhpSpreadsheet/Reader/Security/XmlScanner.php @@ -25,7 +25,7 @@ class XmlScanner } } - private function IdentifyLibxmlDisableEntityLoaderAvailability() + private function identifyLibxmlDisableEntityLoaderAvailability() { if (PHP_MAJOR_VERSION > 7) { switch (PHP_MINOR_VERSION) {