Skip to content

Commit

Permalink
deprecate(core): Dispatcher::getObservers().
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Nov 30, 2023
1 parent 5246115 commit d374202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/Observer/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public function notify(mixed $context = null): static {
}

/**
* @deprecated 5.1.0
*
* @return list<Closure(TContext):void>
*/
public function getObservers(): array {
Expand Down

0 comments on commit d374202

Please sign in to comment.