Update src/PhpSpreadsheet/Reader/Security/XmlScanner.php

Co-Authored-By: MarkBaker <mark@lange.demon.co.uk>
This commit is contained in:
Adrien Crivelli 2018-11-20 11:46:01 +01:00 committed by GitHub
parent 5854ce3738
commit 7f4a6e37b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class XmlScanner
}
}
private function IdentifyLibxmlDisableEntityLoaderAvailability()
private function identifyLibxmlDisableEntityLoaderAvailability()
{
if (PHP_MAJOR_VERSION > 7) {
switch (PHP_MINOR_VERSION) {