Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 53838bc

Browse files
committed
CS fixes per php-cs-fixer
1 parent 1e128d6 commit 53838bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SessionManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public function getId()
320320
*/
321321
public function regenerateId($deleteOldSession = true)
322322
{
323-
if ($this->sessionExists()) {
323+
if ($this->sessionExists()) {
324324
session_regenerate_id((bool) $deleteOldSession);
325325
}
326326

0 commit comments

Comments
 (0)