Skip to content

Commit e456562

Browse files
committed
Remove unused variables
1 parent 90e8c82 commit e456562

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

event/listener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,10 @@ static public function getSubscribedEvents()
6161
/**
6262
* Load Google Analytics js code
6363
*
64-
* @param object $event The event object
6564
* @return null
6665
* @access public
6766
*/
68-
public function load_google_analytics($event)
67+
public function load_google_analytics()
6968
{
7069
$this->template->assign_var('GOOGLEANALYTICS_ID', $this->config['googleanalytics_id']);
7170
}

0 commit comments

Comments
 (0)