Skip to content

Commit

Permalink
Merge branch '2.8' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 4, 2016
2 parents 64f8a1e + 889db17 commit 6eeb61e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ Defining your Forms as Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Your form type might have some external dependencies. You can define your form
type as a service, and inject inject all dependencies you need.
type as a service, and inject all dependencies you need.

.. note::

Expand Down
8 changes: 5 additions & 3 deletions contributing/code/core_team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ Active Core Members

* **Jakub Zalas** (`jakzal`_) can merge into the DomCrawler_ component.

* **Christian Flothmann** (`xabbuh`_) can merge into the Yaml_ component.

* **Deciders** (``@symfony/deciders`` on GitHub):

* **Jordi Boggiano** (`seldaek`_);
* **Lukas Kahwe Smith** (`lsmith77`_);
* **Ryan Weaver** (`weaverryan`_);
* **Christian Flothmann** (`xabbuh`_).
* **Ryan Weaver** (`weaverryan`_).

Core Membership Application
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -153,6 +154,7 @@ discretion of the **Project Leader**.
.. _Config: https://github.com/symfony/config
.. _Console: https://github.com/symfony/console
.. _Debug: https://github.com/symfony/debug
.. _DebugBundle: https://github.com/symfony/debug-bundle
.. _DependencyInjection: https://github.com/symfony/dependency-injection
.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge
.. _EventDispatcher: https://github.com/symfony/event-dispatcher
Expand All @@ -174,7 +176,7 @@ discretion of the **Project Leader**.
.. _TwigBridge: https://github.com/symfony/twig-bridge
.. _Validator: https://github.com/symfony/validator
.. _VarDumper: https://github.com/symfony/var-dumper
.. _DebugBundle: https://github.com/symfony/debug-bundle
.. _Yaml: https://github.com/symfony/yaml
.. _`fabpot`: https://github.com/fabpot/
.. _`webmozart`: https://github.com/webmozart/
.. _`Tobion`: https://github.com/Tobion/
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ entry_type
~~~~~~~~~~

.. versionadded:: 2.8
The ``entry_type`` option was introduced in Symfony 2.8 in favor of
The ``entry_type`` option was introduced in Symfony 2.8 and replaces
``type``, which is available prior to 2.8.

**type**: ``string`` or :class:`Symfony\\Component\\Form\\FormTypeInterface` **required**
Expand Down

0 comments on commit 6eeb61e

Please sign in to comment.