mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-10-11 05:14:55 +02:00
added static analysis
This commit is contained in:
@@ -62,8 +62,8 @@ abstract class AbstractUnicodeExtraField implements ZipExtraField
|
||||
/**
|
||||
* Populate data from this array as if it was in local file data.
|
||||
*
|
||||
* @param string $buffer the buffer to read data from
|
||||
* @param ?ZipEntry $entry
|
||||
* @param string $buffer the buffer to read data from
|
||||
* @param ZipEntry|null $entry optional zip entry
|
||||
*
|
||||
* @throws ZipException on error
|
||||
*
|
||||
@@ -92,8 +92,8 @@ abstract class AbstractUnicodeExtraField implements ZipExtraField
|
||||
/**
|
||||
* Populate data from this array as if it was in central directory data.
|
||||
*
|
||||
* @param string $buffer the buffer to read data from
|
||||
* @param ?ZipEntry $entry
|
||||
* @param string $buffer the buffer to read data from
|
||||
* @param ZipEntry|null $entry optional zip entry
|
||||
*
|
||||
* @throws ZipException on error
|
||||
*
|
||||
|
Reference in New Issue
Block a user