We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1b59e + 5009526 commit 170aa97Copy full SHA for 170aa97
bundles.rst
@@ -31,7 +31,7 @@ file::
31
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
32
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
33
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'
+ // this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'
35
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
36
];
37
0 commit comments