File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/dependency_injection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ each event has access to the same basic information:
208
208
209
209
* :method: `Symfony\\ Component\\ HttpKernel\\ Event\\ KernelEvent::getRequestType `
210
210
- returns the *type * of the request (``HttpKernelInterface::MASTER_REQUEST ``
211
- or ``HttpKernelInterface::SUB_REQUEST ``);
211
+ or ``HttpKernelInterface::SUB_REQUEST ``);
212
212
213
213
* :method: `Symfony\\ Component\\ HttpKernel\\ Event\\ KernelEvent::getKernel `
214
214
- returns the Kernel handling the request;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Bundle-level Configuration with Extensions
51
51
52
52
By convention, each bundle contains an Extension class which is in the bundle's
53
53
``DependencyInjection `` directory. These are registered with the ``ContainerBuilder ``
54
- when the kernel is booted. When the ``ContainerBuilder `` is :doc: `compiled</components/dependency-injection /compilation> `,
54
+ when the kernel is booted. When the ``ContainerBuilder `` is :doc: `compiled</components/dependency_injection /compilation> `,
55
55
the application-level configuration relevant to the bundle's extension is
56
56
passed to the Extension which also usually loads its own config file(s), typically from the bundle's
57
57
``Resources/config `` directory. The application-level config is usually processed
You can’t perform that action at this time.
0 commit comments