Skip to content

Commit 1898849

Browse files
committed
add break lines and remove useless line
1 parent dad267e commit 1898849

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

testing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,12 @@ This allows you to create all types of requests you can think of:
537537

538538
.. caution::
539539

540-
Before each request, the client reboots the kernel, recreating the container from scratch.
540+
Before each request, the client reboots the kernel, recreating
541+
the container from scratch.
541542
This ensures that every requests are "isolated" using "new" service objects.
542-
Also, it means that entities loaded by Doctrine repositories will be "detached", so they will need to be
543-
refreshed by the manager or queried again from a repository.
544-
when a new request is sent (because the entity manager was "reset"). You have to query again entities if you want
545-
to have entities in "valid state".
543+
Also, it means that entities loaded by Doctrine repositories will
544+
be "detached", so they will need to be refreshed by the manager or
545+
queried again from a repository.
546546

547547
Browsing the Site
548548
.................

0 commit comments

Comments
 (0)