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