Skip to content

Commit cea59e2

Browse files
committed
Merge pull request #1409 from richardmiller/changing_di_titles
Updated titles to be consistent with other component articles
2 parents 7d241df + eb659e3 commit cea59e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/dependency_injection/factories.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
How to Use a Factory to Create Services
2-
=======================================
1+
Using a Factory to Create Services
2+
==================================
33

44
Symfony2's Service Container provides a powerful way of controlling the
55
creation of objects, allowing you to specify arguments passed to the constructor

components/dependency_injection/parentservices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
How to Manage Common Dependencies with Parent Services
2-
======================================================
1+
Managing Common Dependencies with Parent Services
2+
=================================================
33

44
As you add more functionality to your application, you may well start to have
55
related classes that share some of the same dependencies. For example you

components/dependency_injection/tags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Service Container; Tags
33

4-
How to make your Services use Tags
5-
==================================
4+
Working with Tagged Services
5+
============================
66

77
Tags are a generic string (along with some options) that can be applied to
88
any service. By themselves, tags don't actually the functionality of your

0 commit comments

Comments
 (0)