@@ -157,8 +157,7 @@ |
||
157 | 157 | try { |
158 | 158 | \ini_set("memory_limit", \max($this->util->iniBytes("memory_limit"), |
159 | 159 | 2 * \strlen($queries) + \memory_get_usage() + 8e6)); |
160 | - } |
|
161 | - catch(\Exception $e) { |
|
160 | + } catch(\Exception $e) { |
|
162 | 161 | // Do nothing if the option is not modified. |
163 | 162 | } |
164 | 163 | } |
@@ -526,8 +526,7 @@ |
||
526 | 526 | } |
527 | 527 | |
528 | 528 | $this->dumpTablesAndViews($database); |
529 | - } |
|
530 | - catch (\Exception $e) { |
|
529 | + } catch (\Exception $e) { |
|
531 | 530 | return $e->getMessage(); |
532 | 531 | } |
533 | 532 | } |