Completed
Pull Request — master (#3)
by
unknown
02:53
created
src/Statement/PDOStatement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      */
63 63
     public function fetchScalar()
64 64
     {
65
-        if(0 === $this->rowCount()) {
65
+        if (0 === $this->rowCount()) {
66 66
             return null;
67 67
         }
68 68
 
Please login to merge, or discard this patch.