Passed
Push — main ( cd781c...d64c56 )
by Thierry
02:13
created
src/DbAdmin/CommandAdmin.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -157,8 +157,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/DbAdmin/ExportAdmin.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -526,8 +526,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.