Skip to content

Commit e7228be

Browse files
committed
PHP 8.2 compatibility
1 parent 6ffe285 commit e7228be

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/ScaledUploads.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,34 @@ class ScaledUploads extends Extension
6868
*/
6969
private static $custom_folders = [];
7070

71+
/**
72+
* Internal dynamic property generated from config vars
73+
*
74+
* @var int
75+
*/
76+
private $config_max_width;
77+
78+
/**
79+
* Internal dynamic property generated from config vars
80+
*
81+
* @var int
82+
*/
83+
private $config_max_height;
84+
85+
/**
86+
* Internal dynamic property generated from config vars
87+
*
88+
* @var bool
89+
*/
90+
private $config_auto_rotate;
91+
92+
/**
93+
* Internal dynamic property generated from config vars
94+
*
95+
* @var bool
96+
*/
97+
private $config_force_resampling;
98+
7199
/**
72100
* Post data manipulation
73101
*

0 commit comments

Comments
 (0)