Add space between catch and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -64,7 +64,7 @@ class Export {
|
||||
'generate' . strtoupper($this->export_format_option)
|
||||
)
|
||||
);
|
||||
} catch(\Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
throw new \Exception($e->getMessage());
|
||||
}
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user