Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function doExecute(StepExecution $stepExecution)
 {
     $this->charsetValidator->setStepExecution($stepExecution);
     $this->charsetValidator->validate();
 }