8000 Merge branch '6.4' into 7.0 · symfony/symfony-docs@de9cf1d · GitHub
[go: up one dir, main page]

Skip to content

Commit de9cf1d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [DependencyInjection] Improve reporting named autowiring aliases
2 parents a99e8fa + 43ace32 commit de9cf1d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

quick_tour/the_architecture.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

service_container.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0