We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d152542 commit 9200400Copy full SHA for 9200400
src/PHPi/External/Generic/Button.php
@@ -72,7 +72,7 @@ private function onPinPressEvent(){
72
});
73
}
74
75
- public function eventListenerAdded(){
+ public function eventListenerAdded($event_name){
76
//Only interested in the first event added, no advantage to only firing the onces that are being listened to
77
if($this->countListeners() !== 1){
78
return;
0 commit comments