Overrides Command::initialize
protected function initialize(InputInterface $input, OutputInterface $output) : void { $event = $this->stopwatch ->start($this->getName() . '.init', 'command'); $this->command ->initialize($input, $output); $event->stop(); }