Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitcc741e2

Browse files
committed
minorsymfony#7986 Fixed trivial code example typo (finchmeister)
This PR was merged into the 3.3 branch.Discussion----------Fixed trivial code example typoCommits-------80b24c1 Fixed trivial code example typo
2 parents15aa68a +80b24c1 commitcc741e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎service_container.rst‎

Lines 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 ProductControllerextend Controller
243+
class ProductControllerextends 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)

[8]ページ先頭

©2009-2025 Movatter.jp