Skip to content

Commit a826f4d

Browse files
Merge branch '11.0'
2 parents 7981288 + feb50cf commit a826f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event/Emitter/DispatchingEmitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(Dispatcher $dispatcher, Telemetry\System $system)
4444
$this->system = $system;
4545

4646
$this->startSnapshot = $system->snapshot();
47-
$this->previousSnapshot = $system->snapshot();
47+
$this->previousSnapshot = $this->startSnapshot;
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)