Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 12, 2024
2 parents 7981288 + feb50cf commit a826f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/Emitter/DispatchingEmitter.php
Expand Up @@ -44,7 +44,7 @@ public function __construct(Dispatcher $dispatcher, Telemetry\System $system)
$this->system = $system;

$this->startSnapshot = $system->snapshot();
$this->previousSnapshot = $system->snapshot();
$this->previousSnapshot = $this->startSnapshot;
}

/**
Expand Down

0 comments on commit a826f4d

Please sign in to comment.