Passed
Push — master ( 1156a5...423021 )
by guilherme
01:25
created
database/Create.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             $this->result = DB::connect()->lastInsertId();
57 57
             $this->error = true;
58 58
 
59
-        }catch (\PDOException $e){
59
+        } catch (\PDOException $e){
60 60
             echo $e->getMessage();
61 61
 
62 62
         }
Please login to merge, or discard this patch.
database/Update.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             $this->error = true;
91 91
 
92 92
 
93
-        }catch (\PDOException $e){
93
+        } catch (\PDOException $e){
94 94
             echo $e->getMessage();
95 95
 
96 96
         }
Please login to merge, or discard this patch.