Skip to content

Commit 9200400

Browse files
committed
Strict standards
1 parent d152542 commit 9200400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPi/External/Generic/Button.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private function onPinPressEvent(){
7272
});
7373
}
7474

75-
public function eventListenerAdded(){
75+
public function eventListenerAdded($event_name){
7676
//Only interested in the first event added, no advantage to only firing the onces that are being listened to
7777
if($this->countListeners() !== 1){
7878
return;

0 commit comments

Comments
 (0)