This can be simplified to:
/**
* @return void
*/
public function beforeExecute()
{
try {
$this->maxHeapTableSizeProcessor->set();
} catch (\Exception $e) {
$this->logger->error($e);
}
}
This can be simplified to:
/**
* @return void
*/
public function beforeExecute()
{
try {
$this->maxHeapTableSizeProcessor->set();
} catch (\Exception $e) {
$this->logger->error($e);
}
}