diff --git a/src/session/SessionHandlerInterface.php b/src/session/SessionHandlerInterface.php index c7541a7..a08fa27 100644 --- a/src/session/SessionHandlerInterface.php +++ b/src/session/SessionHandlerInterface.php @@ -65,8 +65,8 @@ public function destroy(string $id): bool; * and *session.gc_maxlifetime* settings. * @link http://php.net/manual/en/sessionhandlerinterface.gc.php * - * @param int $max_lifetime Sessions that have not updated - * for the last **maxLifetime** seconds will be removed. + * @param int $max_lifetime Sessions that have not updated + * for the last **max_lifetime** seconds will be removed. * * @return int|false Returns the number of deleted sessions on success, or **false** on failure. * Note this value is returned internally to PHP for processing.