1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[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 $extensions;
protected $extension_table;
protected $filesystem;
protected $phpbb_root_path;
protected $cache_name;