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::
53
53
.. caution ::
54
54
55
55
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
57
57
in ``.htaccess ``.
58
58
59
59
Session API
@@ -152,7 +152,7 @@ the following API which is intended mainly for internal purposes:
152
152
Returns the name of the session bag.
153
153
154
154
:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ SessionBagInterface::clear `
155
- Clears out data from bag.
155
+ Clears out data from the bag.
156
156
157
157
.. _attribute-bag-interface :
158
158
@@ -291,7 +291,7 @@ has the API
291
291
Gets flashes by type (read only).
292
292
293
293
: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.
295
295
296
296
:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::has `
297
297
Returns true if the type exists, false if not.
You can’t perform that action at this time.
0 commit comments