Skip to content

Correct spelling & grammar in 4.4 components/http_foundation/ #16263

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
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/http_foundation/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Quick example::
.. caution::

Symfony sessions are incompatible with ``php.ini`` directive ``session.auto_start = 1``
This directive should be turned off in ``php.ini``, in the webserver directives or
This directive should be turned off in ``php.ini``, in the web server directives or
in ``.htaccess``.

Session API
Expand Down Expand Up @@ -152,7 +152,7 @@ the following API which is intended mainly for internal purposes:
Returns the name of the session bag.

:method:`Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface::clear`
Clears out data from bag.
Clears out data from the bag.

.. _attribute-bag-interface:

Expand Down Expand Up @@ -291,7 +291,7 @@ has the API
Gets flashes by type (read only).

:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::peekAll`
Gets all flashes (read only) as keyed array of arrays.
Gets all flashes (read only) as a keyed array of arrays.

:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::has`
Returns true if the type exists, false if not.
Expand Down