Skip to content

Commit

Permalink
fix placeholder comment position
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Nov 7, 2015
1 parent 04df1be commit e13c049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ configuration:
.. code-block:: php-annotations
// src/AppBundle/Controller/WelcomeController.php
// ...
// ...
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
class WelcomeController extends Controller
Expand Down Expand Up @@ -939,8 +939,8 @@ route:
.. code-block:: php-annotations
// src/AppBundle/Controller/ArticleController.php
// ...
// ...
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
class ArticleController extends Controller
Expand Down

0 comments on commit e13c049

Please sign in to comment.