Skip to content

Reword versionadded sentences to be consistent #11526

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 1 commit into from
May 7, 2019
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 configuration/micro_kernel_trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ hold the kernel. Now it looks like this::

.. versionadded:: 3.4

Support for annotation routing without an external bundle was added in
Symfony 3.4. Prior to version 3.4, you needed to install the
Support for annotation routing without an external bundle was introduced
in Symfony 3.4. Prior to version 3.4, you needed to install the
SensioFrameworkExtraBundle.

Unlike the previous kernel, this loads an external ``app/config/config.yml`` file,
Expand Down
2 changes: 1 addition & 1 deletion service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ pass here. No problem! In your configuration, you can explicitly set this argume

.. versionadded:: 3.3

The ability to configure an argument by its name (``$adminEmail``) was added
The ability to configure an argument by its name (``$adminEmail``) was introduced
in Symfony 3.3. Previously, you could configure it only by its index (``2`` in
this case) or by using empty quotes for the other arguments.

Expand Down