[ticket/17362] Declare property to avoid PHP 8.2 deprecation notice

PHPBB-17362
This commit is contained in:
Micha Ober 2024-07-01 13:45:15 +02:00
parent 294b3ff922
commit d7477760d6

View file

@ -31,6 +31,7 @@ class manager
protected $php_ext; protected $php_ext;
protected $extensions; protected $extensions;
protected $extension_table; protected $extension_table;
protected $filesystem;
protected $phpbb_root_path; protected $phpbb_root_path;
protected $cache_name; protected $cache_name;