Skip to content

Commit 8d84b63

Browse files
committed
minor #5624 the_architecture: Fix syntax error (kainjow)
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
2 parents a3f1b34 + edcdb3a commit 8d84b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ a single Bundle class that describes it::
114114
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
115115
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
116116
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
117-
new AppBundle\AppBundle();
117+
new AppBundle\AppBundle(),
118118
);
119119

120120
if (in_array($this->getEnvironment(), array('dev', 'test'))) {

0 commit comments

Comments
 (0)