Skip to content

Commit 591a08c

Browse files
committed
Add missing class property definitions
1 parent a38a995 commit 591a08c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

notification/method/webpush.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,21 @@ class webpush extends base implements extended_method_interface
3838
/** @var log_interface */
3939
protected $log;
4040

41+
/** @var user_loader */
42+
protected $user_loader;
43+
4144
/** @var user */
4245
protected $user;
4346

4447
/** @var path_helper */
4548
protected $path_helper;
4649

50+
/** @var string */
51+
protected $phpbb_root_path;
52+
53+
/** @var string */
54+
protected $php_ext;
55+
4756
/** @var string Notification Web Push table */
4857
protected $notification_webpush_table;
4958

0 commit comments

Comments
 (0)