decorated = $decorated; } public function handle(Server $worker, int $workerId): void { if ($this->decorated) { $this->decorated->handle($worker, $workerId); } // Seed the random generator \mt_srand(); } }