Skip to content

Commit 4e06f0e

Browse files
author
scottwarren
committed
fixed spaces and 72 char line limit
1 parent 3624fec commit 4e06f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_foundation/sessions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
1414

1515
.. caution::
1616

17-
Make sure your sessions aren't already initialized (which is,
18-
for example, automatically done in the full-stack framework).
19-
As initializing the Session object causes the session to be
20-
started, which can lead to unexpected errors.
17+
Make sure your sessions aren't already initialized (which is, for example,
18+
automatically done in the full-stack framework). As initializing the
19+
Session object causes the session to be started, which can lead to unexpected
20+
errors.
2121

2222
Quick example::
2323

0 commit comments

Comments
 (0)