public function __construct(?KernelInterface $kernel = null, ?Stopwatch $stopwatch = null) { $this->data = [ 'events' => [], 'stopwatch_installed' => false, 'start_time' => 0, ]; }