Skip to content

Commit cbec781

Browse files
committed
fixed CS
1 parent 79d265b commit cbec781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Session/Storage/Handler/PdoSessionHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ private function getSelectSql()
645645
}
646646

647647
/**
648-
* Returns a insert statement supported by the database for writing session data.
648+
* Returns an insert statement supported by the database for writing session data.
649649
*
650650
* @param string $sessionId Session ID
651651
* @param string $sessionData Encoded session data
@@ -678,7 +678,7 @@ private function getInsertStatement($sessionId, $sessionData, $maxlifetime)
678678
}
679679

680680
/**
681-
* Returns a update statement supported by the database for writing session data.
681+
* Returns an update statement supported by the database for writing session data.
682682
*
683683
* @param string $sessionId Session ID
684684
* @param string $sessionData Encoded session data

0 commit comments

Comments
 (0)