Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df5724

Browse files
committed
Merge pull request symfony#1450 from richardmiller/tidying_up_indexes
Tidying up some of the DI/DIC index entries
2 parents 86ec331 + 1e0f872 commit 7df5724

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

book/service_container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. index::
22
single: Service Container
3-
single: Dependency Injection Container
3+
single: Dependency Injection; Container
44

55
Service Container
66
=================
@@ -62,7 +62,7 @@ classes is a well-known and trusted object-oriented best-practice. These skills
6262
are key to being a good developer in almost any language.
6363

6464
.. index::
65-
single: Service Container; What is?
65+
single: Service Container; What is a Service Container?
6666

6767
What is a Service Container?
6868
----------------------------
@@ -330,7 +330,7 @@ second method, which is the flexible and preferred method for importing service
330330
configuration from third-party bundles.
331331

332332
.. index::
333-
single: Service Container; imports
333+
single: Service Container; Imports
334334

335335
.. _service-container-imports-directive:
336336

cookbook/bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The second method has several specific advantages:
9090

9191
.. index::
9292
single: Bundles; Extension
93-
single: Dependency Injection, Extension
93+
single: Dependency Injection; Extension
9494

9595
Creating an Extension Class
9696
---------------------------

0 commit comments

Comments
 (0)