Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions quick_tour/the_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

[...]

Expand Down
12 changes: 6 additions & 6 deletions service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

[...]

Expand Down Expand Up @@ -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

[...]

Expand Down