1
0
Fork 0

Use self:: for private method

pull/7994/head
Andreas Schempp 2019-02-25 08:02:04 +01:00
parent 9de07bed1b
commit 05d6b21785
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Zip
return null;
}
$foundFileIndex = static::locateFile($zip, $filename);
$foundFileIndex = self::locateFile($zip, $filename);
if (false === $foundFileIndex) {
$zip->close();