Skip to content

Commit d8bfc32

Browse files
committed
Proper events docblocks
1 parent f5e991f commit d8bfc32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

event/listener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function load_google_analytics()
7171
/**
7272
* Add config vars to ACP Board Settings
7373
*
74-
* @param object $event The event object
74+
* @param \phpbb\event\data $event The event object
7575
* @return null
7676
* @access public
7777
*/
@@ -108,7 +108,7 @@ public function add_googleanalytics_configs($event)
108108
/**
109109
* Validate the Google Analytics ID
110110
*
111-
* @param object $event The event object
111+
* @param \phpbb\event\data $event The event object
112112
* @return null
113113
* @access public
114114
*/

0 commit comments

Comments
 (0)