File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ What other possible classes or interfaces could you use? Find out by running:
6565 # this is just a *small* sample of the output...
6666
6767 Describes a logger instance.
68- Psr\Log\LoggerInterface ( monolog.logger)
68+ Psr\Log\LoggerInterface - alias: monolog.logger
6969
7070 Request stack that controls the lifecycle of requests.
71- Symfony\Component\HttpFoundation\RequestStack ( request_stack)
71+ Symfony\Component\HttpFoundation\RequestStack - alias: request_stack
7272
7373 RouterInterface is the interface that all Router classes must implement.
74- Symfony\Component\Routing\RouterInterface ( router.default)
74+ Symfony\Component\Routing\RouterInterface - alias: router.default
7575
7676 [...]
7777
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ What other services are available? Find out by running:
5858 The following classes & interfaces can be used as type-hints when autowiring:
5959
6060 Describes a logger instance.
61- Psr\Log\LoggerInterface ( logger)
61+ Psr\Log\LoggerInterface - alias: logger
6262
6363 Request stack that controls the lifecycle of requests.
64- Symfony\Component\HttpFoundation\RequestStack ( request_stack)
64+ Symfony\Component\HttpFoundation\RequestStack - alias: request_stack
6565
6666 RouterInterface is the interface that all Router classes must implement.
67- Symfony\Component\Routing\RouterInterface ( router.default)
67+ Symfony\Component\Routing\RouterInterface - alias: router.default
6868
6969 [...]
7070
@@ -313,13 +313,13 @@ type-hints by running:
313313 # this is just a *small* sample of the output...
314314
315315 Describes a logger instance.
316- Psr\Log\LoggerInterface ( monolog.logger)
316+ Psr\Log\LoggerInterface - alias: monolog.logger
317317
318318 Request stack that controls the lifecycle of requests.
319- Symfony\Component\HttpFoundation\RequestStack ( request_stack)
319+ Symfony\Component\HttpFoundation\RequestStack - alias: request_stack
320320
321321 RouterInterface is the interface that all Router classes must implement.
322- Symfony\Component\Routing\RouterInterface ( router.default)
322+ Symfony\Component\Routing\RouterInterface - alias: router.default
323323
324324 [...]
325325
You can’t perform that action at this time.
0 commit comments