Skip to content

Commit 7fdba25

Browse files
Clean wrong whitespaces
1 parent 805cd9f commit 7fdba25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Doctrine/HttpFoundation/DbalSessionHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ public function write($sessionId, $data)
161161
$mergeStmt->bindValue(':time', time(), \PDO::PARAM_INT);
162162

163163
//Oracle has a bug that will intermitently happen if you
164-
//have only 1 bind on a CLOB field for 2 different statements
164+
//have only 1 bind on a CLOB field for 2 different statements
165165
//(INSERT and UPDATE in this case)
166166
if ('oracle' == $this->con->getDatabasePlatform()->getName()) {
167-
$mergeStmt->bindParam(':data2', $encoded, \PDO::PARAM_STR);
167+
$mergeStmt->bindParam(':data2', $encoded, \PDO::PARAM_STR);
168168
}
169169

170170
$mergeStmt->execute();

0 commit comments

Comments
 (0)