Merge pull request #6667 from m-ober/ticket/17362

[ticket/17362] Declare property to avoid PHP 8.2 deprecation notice
This commit is contained in:
Marc Alexander 2024-07-01 19:13:11 +02:00
commit a4296a9e6b
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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