From 277704374adf414c09a8fbb2e18466314568f379 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Wed, 12 Aug 2015 10:56:43 -0700 Subject: [PATCH] the_architecture: Fix syntax error --- quick_tour/the_architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index 354e64b4e84..e9b9816fc21 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -114,7 +114,7 @@ a single Bundle class that describes it:: new Symfony\Bundle\DoctrineBundle\DoctrineBundle(), new Symfony\Bundle\AsseticBundle\AsseticBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), - new AppBundle\AppBundle(); + new AppBundle\AppBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {