mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-07-31 20:50:13 +02:00
cs fix
This commit is contained in:
@@ -36,7 +36,7 @@ class Zip64Test extends ZipTestCase
|
||||
static::markTestSkipped('Only php-64 bit.');
|
||||
}
|
||||
|
||||
$countFiles = 0xffff + 1;
|
||||
$countFiles = 0xFFFF + 1;
|
||||
|
||||
$zipFile = new ZipFile();
|
||||
for ($i = 0; $i < $countFiles; $i++) {
|
||||
|
Reference in New Issue
Block a user