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 cc741e2

Browse filesBrowse files
committed
minor #7986 Fixed trivial code example typo (finchmeister)
This PR was merged into the 3.3 branch. Discussion ---------- Fixed trivial code example typo Commits ------- 80b24c1 Fixed trivial code example typo
2 parents 15aa68a + 80b24c1 commit cc741e2
Copy full SHA for cc741e2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎service_container.rst

Copy file name to clipboardExpand all lines: service_container.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ be its class name in this case::
240240
use AppBundle\Service\MessageGenerator;
241241
242242
// accessing services like this only works if you extend Controller
243-
class ProductController extend Controller
243+
class ProductController extends Controller
244244
{
245245
public function newAction()
246246
{
@@ -1002,4 +1002,4 @@ Learn more
10021002
/service_container/*
10031003

10041004
.. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture
1005-
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml
1005+
.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml

0 commit comments

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