1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

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

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;