Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4484278

Browse filesBrowse files
minor #21843 [FrameworkBundle] fix a minor typo (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] fix a minor typo | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- fdfcb22 [FrameworkBundle] fix a minor typo
2 parents 1a95710 + fdfcb22 commit 4484278
Copy full SHA for 4484278

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/**
3939
* Common features needed in controllers.
4040
*
41-
* The recommended way of injecting dependencies is trough getter injection.
41+
* The recommended way of injecting dependencies is through getter injection.
4242
*
4343
* @author Kévin Dunglas <dunglas@gmail.com>
4444
* @author Fabien Potencier <fabien@symfony.com>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.