Skip to content

[HttpFoundation] Remove misleading documentation. #1703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Sep 14, 2012
Merged

[HttpFoundation] Remove misleading documentation. #1703

merged 1 commit into from Sep 14, 2012

Conversation

ghost
Copy link

@ghost ghost commented Sep 12, 2012

Removed some critically incorrect information.

Removed some critically incorrect information.
This method can optionally change the lifetime of the new cookie that will
be emitted by calling this method.

* :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::invalidate`:
Clears the session data and regenerates the session id do not use ``session_destroy()``.
This is a shortcut for ``clear()`` and ``migrate()``.
Clears the all session data and regenerates session ID do not use ``session_destroy()``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clears all session data
regenerates the session ID
punktuation missing: ... session ID. Do not ...

weaverryan added a commit that referenced this pull request Sep 14, 2012
[HttpFoundation] Remove misleading documentation.
@weaverryan weaverryan merged commit 2d491c3 into symfony:2.1 Sep 14, 2012
weaverryan added a commit that referenced this pull request Sep 14, 2012
@weaverryan
Copy link
Member

Merged - thanks Drak! I also made the tweaks suggested by @Tobion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants