Skip to content

Commit

Permalink
Merge branch '2.1' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 3, 2013
2 parents b9b3165 + df95c7b commit 8f07c86
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions components/dependency_injection/parentservices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ when the child services are instantiated.
is that omitting the ``parent`` config key will mean that the ``calls``
defined on the ``mail_manager`` service will not be executed when the
child services are instantiated.

.. caution::

The ``scope``, ``abstract`` and ``tags`` attributes are always taken from
the child service.

The parent service is abstract as it should not be directly retrieved from the
container or passed into another service. It exists merely as a "template" that
Expand Down
2 changes: 1 addition & 1 deletion reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The tagged service will be removed from the container if the
``framework.templating.engines`` config section does not contain php.
assetic.templating.twig
----------------------
-----------------------
**Purpose**: Remove this service if twig templating is disabled
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/options/hours.rst.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hours
~~~~~

**type**: ``integer`` **default**: 0 to 23
**type**: ``array`` **default**: 0 to 23

List of hours available to the hours field type. This option is only relevant
when the ``widget`` option is set to ``choice``.
2 changes: 1 addition & 1 deletion reference/forms/types/options/minutes.rst.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minutes
~~~~~~~

**type**: ``integer`` **default**: 0 to 59
**type**: ``array`` **default**: 0 to 59

List of minutes available to the minutes field type. This option is only
relevant when the ``widget`` option is set to ``choice``.
2 changes: 1 addition & 1 deletion reference/forms/types/options/seconds.rst.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
seconds
~~~~~~~

**type**: ``integer`` **default**: 0 to 59
**type**: ``array`` **default**: 0 to 59

List of seconds available to the seconds field type. This option is only
relevant when the ``widget`` option is set to ``choice``.

0 comments on commit 8f07c86

Please sign in to comment.