diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index a91cb8dc616..a4154d822b1 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -65,13 +65,13 @@ What other possible classes or interfaces could you use? Find out by running: # this is just a *small* sample of the output... Describes a logger instance. - Psr\Log\LoggerInterface (monolog.logger) + Psr\Log\LoggerInterface - alias:monolog.logger Request stack that controls the lifecycle of requests. - Symfony\Component\HttpFoundation\RequestStack (request_stack) + Symfony\Component\HttpFoundation\RequestStack - alias:request_stack RouterInterface is the interface that all Router classes must implement. - Symfony\Component\Routing\RouterInterface (router.default) + Symfony\Component\Routing\RouterInterface - alias:router.default [...] diff --git a/service_container.rst b/service_container.rst index de4d0825e28..e66acd54f97 100644 --- a/service_container.rst +++ b/service_container.rst @@ -58,13 +58,13 @@ What other services are available? Find out by running: The following classes & interfaces can be used as type-hints when autowiring: Describes a logger instance. - Psr\Log\LoggerInterface (logger) + Psr\Log\LoggerInterface - alias:logger Request stack that controls the lifecycle of requests. - Symfony\Component\HttpFoundation\RequestStack (request_stack) + Symfony\Component\HttpFoundation\RequestStack - alias:request_stack RouterInterface is the interface that all Router classes must implement. - Symfony\Component\Routing\RouterInterface (router.default) + Symfony\Component\Routing\RouterInterface - alias:router.default [...] @@ -313,13 +313,13 @@ type-hints by running: # this is just a *small* sample of the output... Describes a logger instance. - Psr\Log\LoggerInterface (monolog.logger) + Psr\Log\LoggerInterface - alias:monolog.logger Request stack that controls the lifecycle of requests. - Symfony\Component\HttpFoundation\RequestStack (request_stack) + Symfony\Component\HttpFoundation\RequestStack - alias:request_stack RouterInterface is the interface that all Router classes must implement. - Symfony\Component\Routing\RouterInterface (router.default) + Symfony\Component\Routing\RouterInterface - alias:router.default [...]