Skip to content

Commit 952eedb

Browse files
committed
minor #11526 Reword versionadded sentences to be consistent (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Reword versionadded sentences to be consistent <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9654d1a Reword versionadded sentences to be consistent
2 parents 7f2ad5d + 9654d1a commit 952eedb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ hold the kernel. Now it looks like this::
203203

204204
.. versionadded:: 3.4
205205

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

210210
Unlike the previous kernel, this loads an external ``app/config/config.yml`` file,

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ pass here. No problem! In your configuration, you can explicitly set this argume
512512
513513
.. versionadded:: 3.3
514514

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

0 commit comments

Comments
 (0)