/**
  * {@inheritdoc}
  */
 public function execute(InputInterface $input, OutputInterface $output)
 {
     if (!$this->strict && !$input->getOption('strict')) {
         return;
     }
     $this->resultInterpreter->registerResultInterpretation(new StrictInterpretation());
 }