Skip to content

Commit 391a55f

Browse files
committed
Merge branch 'release/3.3.2'
2 parents 52ce79d + f503fc1 commit 391a55f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.phpstorm.meta.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
\PhpZip\Constants\DosCodePage::CP_NORDIC,
8383
\PhpZip\Constants\DosCodePage::CP_CYRILLIC_RUSSIAN,
8484
\PhpZip\Constants\DosCodePage::CP_GREEK2,
85-
\PhpZip\Constants\DosCodePage::CP_THAI,
85+
\PhpZip\Constants\DosCodePage::CP_THAI
8686
);
8787
expectedArguments(\PhpZip\Model\ZipEntry::setCharset(), 0, argumentsSet('dos_charset'));
8888
expectedArguments(\PhpZip\Constants\DosCodePage::toUTF8(), 1, argumentsSet('dos_charset'));
@@ -92,7 +92,7 @@
9292
"zip_os",
9393
\PhpZip\Constants\ZipPlatform::OS_UNIX,
9494
\PhpZip\Constants\ZipPlatform::OS_DOS,
95-
\PhpZip\Constants\ZipPlatform::OS_MAC_OSX,
95+
\PhpZip\Constants\ZipPlatform::OS_MAC_OSX
9696
);
9797
expectedArguments(\PhpZip\Model\ZipEntry::setCreatedOS(), 0, argumentsSet('zip_os'));
9898
expectedArguments(\PhpZip\Model\ZipEntry::setExtractedOS(), 0, argumentsSet('zip_os'));

0 commit comments

Comments
 (0)