Skip to content

Commit d1035f6

Browse files
committed
minor #16007 Fix some line numbers in a code example (javiereguiluz)
This PR was merged into the 5.3 branch. Discussion ---------- Fix some line numbers in a code example Fixes #16003. Commits ------- 9320163 Fix some line numbers in a code example
2 parents ec3b3db + 9320163 commit d1035f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@ could look something like this::
289289

290290
There are 2 major deviations from the original file:
291291

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

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

0 commit comments

Comments
 (0)