Skip to content

Commit

Permalink
Add var doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Camwyn committed Nov 9, 2023
1 parent 9616f4b commit 45d76f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Telemetry/Events/Event_Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
*/
class Event_Subscriber extends Abstract_Subscriber {

/**
* Holds the events in a non-persistent way.
*
* @since 2.3.1
*
* @var array
*/
private static $events = [];

/**
Expand Down

0 comments on commit 45d76f1

Please sign in to comment.