File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Quick example::
5353.. caution ::
5454
5555 Symfony sessions are incompatible with ``php.ini `` directive ``session.auto_start = 1 ``
56- This directive should be turned off in ``php.ini ``, in the webserver directives or
56+ This directive should be turned off in ``php.ini ``, in the web server directives or
5757 in ``.htaccess ``.
5858
5959Session API
@@ -152,7 +152,7 @@ the following API which is intended mainly for internal purposes:
152152 Returns the name of the session bag.
153153
154154:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ SessionBagInterface::clear `
155- Clears out data from bag.
155+ Clears out data from the bag.
156156
157157.. _attribute-bag-interface :
158158
@@ -291,7 +291,7 @@ has the API
291291 Gets flashes by type (read only).
292292
293293:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::peekAll `
294- Gets all flashes (read only) as keyed array of arrays.
294+ Gets all flashes (read only) as a keyed array of arrays.
295295
296296:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::has `
297297 Returns true if the type exists, false if not.
You can’t perform that action at this time.
0 commit comments