Skip to content

Commit 170aa97

Browse files
committed
minor symfony#13968 Update bundles.rst (abdounikarim)
This PR was merged into the 4.4 branch. Discussion ---------- Update bundles.rst Remove duplicated space Commits ------- 5009526 Update bundles.rst
2 parents ee1b59e + 5009526 commit 170aa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ file::
3131
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
3232
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
3333
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
34-
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
34+
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
3535
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
3636
];
3737

0 commit comments

Comments
 (0)