mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
This commit is contained in:
@@ -21,6 +21,11 @@ class phpbb_mock_fileupload
|
||||
public $error_prefix = '';
|
||||
public $valid_dimensions = true;
|
||||
|
||||
public $min_width = 0;
|
||||
public $min_height = 0;
|
||||
public $max_width = 0;
|
||||
public $max_height = 0;
|
||||
|
||||
public function valid_dimensions($filespec)
|
||||
{
|
||||
return $this->valid_dimensions;
|
||||
|
Reference in New Issue
Block a user