File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments