mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 15:41:26 +02:00
[ticket/17445] Add missing class property definitions
PHPBB-17445
This commit is contained in:
@@ -39,9 +39,18 @@ class webpush extends base implements extended_method_interface
|
|||||||
/** @var log_interface */
|
/** @var log_interface */
|
||||||
protected $log;
|
protected $log;
|
||||||
|
|
||||||
|
/** @var user_loader */
|
||||||
|
protected $user_loader;
|
||||||
|
|
||||||
/** @var user */
|
/** @var user */
|
||||||
protected $user;
|
protected $user;
|
||||||
|
|
||||||
|
/** @var string */
|
||||||
|
protected $phpbb_root_path;
|
||||||
|
|
||||||
|
/** @var string */
|
||||||
|
protected $php_ext;
|
||||||
|
|
||||||
/** @var string Notification Web Push table */
|
/** @var string Notification Web Push table */
|
||||||
protected $notification_webpush_table;
|
protected $notification_webpush_table;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user