File tree 2 files changed +9
-9
lines changed
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:
65
65
# this is just a *small* sample of the output...
66
66
67
67
Describes a logger instance.
68
- Psr\Log\LoggerInterface ( monolog.logger)
68
+ Psr\Log\LoggerInterface - alias: monolog.logger
69
69
70
70
Request stack that controls the lifecycle of requests.
71
- Symfony\Component\HttpFoundation\RequestStack ( request_stack)
71
+ Symfony\Component\HttpFoundation\RequestStack - alias: request_stack
72
72
73
73
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
75
75
76
76
[...]
77
77
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ What other services are available? Find out by running:
58
58
The following classes & interfaces can be used as type-hints when autowiring:
59
59
60
60
Describes a logger instance.
61
- Psr\Log\LoggerInterface ( logger)
61
+ Psr\Log\LoggerInterface - alias: logger
62
62
63
63
Request stack that controls the lifecycle of requests.
64
- Symfony\Component\HttpFoundation\RequestStack ( request_stack)
64
+ Symfony\Component\HttpFoundation\RequestStack - alias: request_stack
65
65
66
66
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
68
68
69
69
[...]
70
70
@@ -313,13 +313,13 @@ type-hints by running:
313
313
# this is just a *small* sample of the output...
314
314
315
315
Describes a logger instance.
316
- Psr\Log\LoggerInterface ( monolog.logger)
316
+ Psr\Log\LoggerInterface - alias: monolog.logger
317
317
318
318
Request stack that controls the lifecycle of requests.
319
- Symfony\Component\HttpFoundation\RequestStack ( request_stack)
319
+ Symfony\Component\HttpFoundation\RequestStack - alias: request_stack
320
320
321
321
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
323
323
324
324
[...]
325
325
You can’t perform that action at this time.
0 commit comments