Skip to content

Commit

Permalink
minor #5624 the_architecture: Fix syntax error (kainjow)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5624).

Discussion
----------

the_architecture: Fix syntax error

Commits
-------

edcdb3a the_architecture: Fix syntax error
  • Loading branch information
wouterj committed Aug 12, 2015
2 parents a3f1b34 + edcdb3a commit 8d84b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick_tour/the_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'))) {
Expand Down

0 comments on commit 8d84b63

Please sign in to comment.