Skip to content

Commit

Permalink
Removed extra lines from DefaultController
Browse files Browse the repository at this point in the history
  • Loading branch information
fixe authored and Tiago Ribeiro committed Apr 10, 2012
1 parent 06d07e0 commit 2d36dc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Resources/skeleton/bundle/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
{% if 'annotation' == format -%}
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
{%- endif %}

{% endif %}

class DefaultController extends Controller
{
Expand All @@ -16,8 +15,7 @@ class DefaultController extends Controller
* @Route("/hello/{name}")
* @Template()
*/
{%- endif %}

{% endif -%}
public function indexAction($name)
{
{% if 'annotation' != format -%}
Expand Down

0 comments on commit 2d36dc7

Please sign in to comment.