Skip to content

Commit e13c049

Browse files
committed
fix placeholder comment position
1 parent 04df1be commit e13c049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/templating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ configuration:
870870
.. code-block:: php-annotations
871871
872872
// src/AppBundle/Controller/WelcomeController.php
873-
// ...
874873
874+
// ...
875875
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
876876
877877
class WelcomeController extends Controller
@@ -939,8 +939,8 @@ route:
939939
.. code-block:: php-annotations
940940
941941
// src/AppBundle/Controller/ArticleController.php
942-
// ...
943942
943+
// ...
944944
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
945945
946946
class ArticleController extends Controller

0 commit comments

Comments
 (0)