Passed
Pull Request — master (#7)
by Kris
02:47
created
lib/Driver/Postgres/PostgresDriver.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,8 +129,7 @@
 block discarded – undo
129 129
             $rq->execute();
130 130
             // return string 
131 131
             return strval($rq->fetchColumn());
132
-        }
133
-        catch (\PDOException $e) {
132
+        } catch (\PDOException $e) {
134 133
             return 0;
135 134
         }
136 135
     }
Please login to merge, or discard this patch.