1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/17097] Fix PHP 8.2 deprecation warnings

PHPBB3-17097
This commit is contained in:
Micha Ober
2023-04-16 19:48:21 +02:00
parent e0361fe9fe
commit f4af87f718
5 changed files with 26 additions and 14 deletions

View File

@@ -48,6 +48,9 @@ class upload
/** @var dispatcher */
protected $phpbb_dispatcher;
/** @var string */
protected $phpbb_root_path;
/** @var plupload Plupload */
protected $plupload;