Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
a.stecher committed Feb 9, 2025
1 parent 46107e6 commit 2e995b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OctaneEventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function registerAllListeners(array $eventsWithListeners): void
}

/**
* Register a single event listener
* Register a single event listener.
*/
public function registerListener(string $event, array $eventsWithListeners): void
{
Expand Down Expand Up @@ -73,5 +73,4 @@ private function addListener(string $event, string $listeners): void
{
$this->events[$event][] = new $listeners();
}

}

0 comments on commit 2e995b0

Please sign in to comment.