8000 [#5781] Slightly shortening code block · symfony/symfony-docs@43e440b · GitHub
[go: up one dir, main page]

Skip to content

Commit 43e440b

Browse files
committed
[#5781] Slightly shortening code block
1 parent 6d458d8 commit 43e440b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

book/templating.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -870,9 +870,8 @@ configuration:
870870
.. code-block:: php-annotations
871871
872872
// src/AppBundle/Controller/WelcomeController.php
873-
namespace AppBundle\Controller;
873+
// ...
874874
875-
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
876875
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
877876
878877
class WelcomeController extends Controller
@@ -940,9 +939,8 @@ route:
940939
.. code-block:: php-annotations
941940
942941
// src/AppBundle/Controller/ArticleController.php
943-
namespace AppBundle\Controller;
942+
// ...
944943
945-
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
946944
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
947945
948946
class ArticleController extends Controller

0 commit comments

Comments
 (0)
0