forked from leftypol/leftypol
ThumbGenerationResult.php: remove unused fields
This commit is contained in:
parent
d04282d92d
commit
0323449671
1 changed files with 0 additions and 4 deletions
|
@ -5,21 +5,17 @@ namespace Vichan\Data;
|
|||
class ThumbGenerationResult {
|
||||
public string $thumb_file_path;
|
||||
public string $thumb_mime;
|
||||
public bool $is_thumb_file_temporary;
|
||||
public int $width;
|
||||
public int $height;
|
||||
|
||||
|
||||
public function __construct(
|
||||
string $thumb_file_path,
|
||||
string $thumb_mime,
|
||||
bool $is_thumb_file_temporary,
|
||||
int $width,
|
||||
int $height
|
||||
) {
|
||||
$this->thumb_file_path = $thumb_file_path;
|
||||
$this->thumb_mime = $thumb_mime;
|
||||
$this->is_thumb_file_temporary = $is_thumb_file_temporary;
|
||||
$this->width = $width;
|
||||
$this->height = $height;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue