Passed
Push — develop ( c98f70...fc59d3 )
by nguereza
01:59
created
src/ConnectionStatement.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@  discard block
 block discarded – undo
52 52
  * Class ConnectionStatement
53 53
  * @package Platine\Database
54 54
  */
55
-class ConnectionStatement extends PDOStatement
56
-{
55
+class ConnectionStatement extends PDOStatement {
57 56
     /**
58 57
      * {@inheritdoc}
59 58
      */
@@ -81,8 +80,7 @@  discard block
 block discarded – undo
81 80
     /**
82 81
      * {@inheritdoc}
83 82
      */
84
-    public function fetchColumn($column = null)
85
-    {
83
+    public function fetchColumn($column = null) {
86 84
         return false;
87 85
     }
88 86
 
Please login to merge, or discard this patch.