Skip to content

Commit 9c13143

Browse files
committed
[#8273] fix bundle registration code
1 parent 20c2d82 commit 9c13143

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup/built_in_web_server.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Then, enable the bundle in the kernel of the application::
3838
{
3939
$bundles = array(
4040
// ...
41-
42-
if ('dev' === $this->getEnvironment()) {
43-
// ...
44-
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
45-
}
4641
);
4742

43+
if ('dev' === $this->getEnvironment()) {
44+
// ...
45+
$bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle();
46+
}
47+
4848
// ...
4949
}
5050

0 commit comments

Comments
 (0)