mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-10-21 01:56:13 +02:00
php cs fix
This commit is contained in:
@@ -12,17 +12,14 @@ use PhpZip\Model\ZipEntry;
|
||||
*/
|
||||
class OutputOffsetEntry
|
||||
{
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
/** @var int */
|
||||
private $offset;
|
||||
/**
|
||||
* @var ZipEntry
|
||||
*/
|
||||
|
||||
/** @var ZipEntry */
|
||||
private $entry;
|
||||
|
||||
/**
|
||||
* @param int $pos
|
||||
* @param int $pos
|
||||
* @param ZipEntry $entry
|
||||
*/
|
||||
public function __construct($pos, ZipEntry $entry)
|
||||
|
Reference in New Issue
Block a user