Skip to content

Commit 1ad16c4

Browse files
committed
fix PHP <7.3 compatibility
trailing commas not allowed
1 parent 5a13212 commit 1ad16c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Zip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function addFile($file, $fileinfo = '')
358358
$this->writebytesAt($this->makeCrcAndSize(
359359
$crc,
360360
$size,
361-
$csize,
361+
$csize
362362
), $offset + self::LOCAL_FILE_HEADER_CRC_OFFSET);
363363

364364
// we store no data descriptor

0 commit comments

Comments
 (0)