Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork123
Commitea19044
committed
merged branch fabpot/request-scope (PR #7457)
This PR was merged into the master branch.Discussion----------moved the request scope creation to the ContainerAwareHttpKernel class| Q | A| ------------- | ---| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR |symfony/symfony-docs#2343While updating the scope documentation, I realized that the request scope was created in the FrameworkBundle while the HttpKernel that manages it was in the HttpKernel component. So, this PR makes things more consistent.Commits-------cec98c1 [DependencyInjection] fixed PHP notice when the scope is not defined550df5a moved the request scope creation to the ContainerAwareHttpKernel class1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
| |||
54 | 53 |
| |
55 | 54 |
| |
56 | 55 |
| |
57 |
| - | |
58 |
| - | |
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
|
0 commit comments
Comments
(0)