Passed
Push — master ( 5d8af1...e44bd6 )
by Petr
09:24
created
php-src/Storage/Database/Raw/Oracle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
 
152 152
     public function rowCount(): ?int
153 153
     {
154
-        return $this->lastStatement ? intval(\oci_num_rows($this->lastStatement)) : null ;
154
+        return $this->lastStatement ? intval(\oci_num_rows($this->lastStatement)) : null;
155 155
     }
156 156
 
157 157
     public function beginTransaction(): bool
Please login to merge, or discard this patch.