Browse Source

Use inheritDoc to replace outdated docblock (#18100)

tags/2.0.36
Marco van 't Wout 4 years ago committed by GitHub
parent
commit
9a3093442c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      framework/web/DbSession.php

4
framework/web/DbSession.php

@ -95,9 +95,7 @@ class DbSession extends MultiFieldSession
}
/**
* Updates the current session ID with a newly generated one .
* Please refer to <https://secure.php.net/session_regenerate_id> for more details.
* @param bool $deleteOldSession Whether to delete the old associated session file or not.
* {@inheritdoc}
*/
public function regenerateID($deleteOldSession = false)
{

Loading…
Cancel
Save