File tree 2 files changed +2
-2
lines changed
components/http_foundation
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ invoked after the ``open`` operation). You can read more about this at
22
22
Native PHP Save Handlers
23
23
------------------------
24
24
25
- So-called * native * handlers, are save handlers which are either compiled into
25
+ So-called native handlers, are save handlers which are either compiled into
26
26
PHP or provided by PHP extensions, such as PHP-Sqlite, PHP-Memcached and so on.
27
27
28
28
All native save handlers are internal to PHP and as such, have no public facing API.
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ and remember me login settings or other user based state information.
172
172
* :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Attribute\\ NamespacedAttributeBag `
173
173
This implementation allows for attributes to be stored in a structured namespace.
174
174
175
- Any plain `` key => value `` storage system is limited in the extent to which
175
+ Any plain key- value storage system is limited in the extent to which
176
176
complex data can be stored since each key must be unique. You can achieve
177
177
namespacing by introducing a naming convention to the keys so different parts of
178
178
your application could operate without clashing. For example, ``module1.foo `` and
You can’t perform that action at this time.
0 commit comments