@@ -151,7 +151,7 @@ |
||
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 |