Skip to content

Commit 532608d

Browse files
committed
Correct inconsistent return statements
1 parent d503f93 commit 532608d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

event/listener.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static public function getSubscribedEvents()
6060
/**
6161
* Load Google Analytics js code
6262
*
63-
* @return null
63+
* @return void
6464
* @access public
6565
*/
6666
public function load_google_analytics()
@@ -72,7 +72,7 @@ public function load_google_analytics()
7272
* Add config vars to ACP Board Settings
7373
*
7474
* @param \phpbb\event\data $event The event object
75-
* @return null
75+
* @return void
7676
* @access public
7777
*/
7878
public function add_googleanalytics_configs($event)
@@ -109,7 +109,7 @@ public function add_googleanalytics_configs($event)
109109
* Validate the Google Analytics ID
110110
*
111111
* @param \phpbb\event\data $event The event object
112-
* @return null
112+
* @return void
113113
* @access public
114114
*/
115115
public function validate_googleanalytics_id($event)

0 commit comments

Comments
 (0)