8000 code standards · symfony/symfony@a7a42b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7a42b3

Browse files
committed
code standards
1 parent 9ce384e commit a7a42b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ private function getMergeStatement($sessionId, $data, $maxlifetime)
700700
$mergeStmt->bindParam(':lifetime', $maxlifetime, \PDO::PARAM_INT);
701701
$mergeStmt->bindValue(':time', time(), \PDO::PARAM_INT);
702702
}
703+
703704
return $mergeStmt;
704705
}
705706
}

0 commit comments

Comments
 (0)
0