Skip to content

Commit

Permalink
chore: introduce another deprecated thing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 26, 2024
1 parent 35d3afc commit 4b9cb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/EmitterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ public function removeListener(string $eventName, callable $listener): bool;
* removed. If it is not specified, every listener for every event is
* removed.
*/
public function removeAllListeners(?string $eventName = null);
public function removeAllListeners(string $eventName = null);
}

0 comments on commit 4b9cb49

Please sign in to comment.