File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ private function addAnnotationsSection(ArrayNodeDefinition $rootNode)
654
654
->children ()
655
655
->scalarNode ('cache ' )->defaultValue ('file ' )->end ()
656
656
->scalarNode ('file_cache_dir ' )->defaultValue ('%kernel.cache_dir%/annotations ' )->end ()
657
- ->booleanNode ('debug ' )->defaultValue (' %kernel. debug% ' )->end ()
657
+ ->booleanNode ('debug ' )->defaultValue ($ this -> debug )->end ()
658
658
->end ()
659
659
->end ()
660
660
->end ()
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ protected static function getBundleDefaultConfig()
169
169
'annotations ' => array (
170
170
'cache ' => 'file ' ,
171
171
'file_cache_dir ' => '%kernel.cache_dir%/annotations ' ,
172
- 'debug ' => ' %kernel.debug% ' ,
172
+ 'debug ' => true ,
173
173
),
174
174
'serializer ' => array (
175
175
'enabled ' => false ,
You can’t perform that action at this time.
0 commit comments