Skip to content

Updated titles to be consistent with other component articles #1409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2012
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
4 changes: 2 additions & 2 deletions components/dependency_injection/factories.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
How to Use a Factory to Create Services
=======================================
Using a Factory to Create Services
==================================

Symfony2's Service Container provides a powerful way of controlling the
creation of objects, allowing you to specify arguments passed to the constructor
Expand Down
4 changes: 2 additions & 2 deletions components/dependency_injection/parentservices.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
How to Manage Common Dependencies with Parent Services
======================================================
Managing Common Dependencies with Parent Services
=================================================

As you add more functionality to your application, you may well start to have
related classes that share some of the same dependencies. For example you
Expand Down
4 changes: 2 additions & 2 deletions components/dependency_injection/tags.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. index::
single: Service Container; Tags
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removing the index entry ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for a good reason, I have re-added it :)


How to make your Services use Tags
==================================
Working with Tagged Services
============================

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