Skip to content

Commit

Permalink
PHP 8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Jun 14, 2023
1 parent 6ffe285 commit e7228be
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/ScaledUploads.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,34 @@ class ScaledUploads extends Extension
*/
private static $custom_folders = [];

/**
* Internal dynamic property generated from config vars
*
* @var int
*/
private $config_max_width;

/**
* Internal dynamic property generated from config vars
*
* @var int
*/
private $config_max_height;

/**
* Internal dynamic property generated from config vars
*
* @var bool
*/
private $config_auto_rotate;

/**
* Internal dynamic property generated from config vars
*
* @var bool
*/
private $config_force_resampling;

/**
* Post data manipulation
*
Expand Down

0 comments on commit e7228be

Please sign in to comment.