Calling parent method is required to be used in {
Overrides Command::ignoreValidationErrors
parent::run()}.
public function ignoreValidationErrors() : void { $this->ignoreValidation = true; $this->command ->ignoreValidationErrors(); parent::ignoreValidationErrors(); }