[ticket/17445] Add missing class property definitions

PHPBB-17445
This commit is contained in:
rxu 2024-11-30 11:46:16 +07:00
parent c2c9e4e6b0
commit 8619ff3526
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -39,9 +39,18 @@ class webpush extends base implements extended_method_interface
/** @var log_interface */
protected $log;
/** @var user_loader */
protected $user_loader;
/** @var user */
protected $user;
/** @var string */
protected $phpbb_root_path;
/** @var string */
protected $php_ext;
/** @var string Notification Web Push table */
protected $notification_webpush_table;