Skip to content

Fix some line numbers in a code example #16007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ could look something like this::

There are 2 major deviations from the original file:

Line 15
Line 18
First of all, ``$kernel`` is made globally available. This allows you to use
Symfony features inside your existing application and gives access to
services configured in our Symfony application. This helps you prepare your
own code to work better within the Symfony application before you transition
it over. For instance, by replacing outdated or redundant libraries with
Symfony components.

Line 38 - 47
Line 41 - 50
Instead of sending the Symfony response directly, a ``LegacyBridge`` is
called to decide whether the legacy application should be booted and used to
create the response instead.
Expand Down