Skip to content

Commit 1d46929

Browse files
committed
Tweaking a few titles
1 parent 6a283ef commit 1d46929

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

service_container/service_container/debug.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
single: DependencyInjection; Debug
33
single: Service Container; Debug
44

5-
How to Debug the Service Container
6-
==================================
5+
How to Debug the Service Container & List Services
6+
==================================================
77

88
You can find out what services are registered with the container using the
99
console. To show all services and the class for each service, run:

service_container/service_container/import.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
single: DependencyInjection; Importing Resources
33
single: Service Container; Importing Resources
44

5-
How to Import Configuration Resources
6-
=====================================
5+
How to Import Configuration Files/Resources
6+
===========================================
77

88
.. tip::
99

service_container/service_container/optional_dependencies.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
How to Make References Optional
2-
===============================
1+
How to Make Service Arguments/References Optional
2+
=================================================
33

44
Sometimes, one of your services may have an optional dependency, meaning
55
that the dependency is not required for your service to work properly. In

service_container/service_container/tags.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
single: DependencyInjection; Tags
33
single: Service Container; Tags
44

5-
How to Work with Tags
6-
=====================
5+
How to Work with Service Tags
6+
=============================
77

88
In the same way that a blog post on the web might be tagged with things such
99
as "Symfony" or "PHP", services configured in your container can also be

0 commit comments

Comments
 (0)