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)
654654 ->children ()
655655 ->scalarNode ('cache ' )->defaultValue ('file ' )->end ()
656656 ->scalarNode ('file_cache_dir ' )->defaultValue ('%kernel.cache_dir%/annotations ' )->end ()
657- ->booleanNode ('debug ' )->defaultValue (' %kernel. debug% ' )->end ()
657+ ->booleanNode ('debug ' )->defaultValue ($ this -> debug )->end ()
658658 ->end ()
659659 ->end ()
660660 ->end ()
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ protected static function getBundleDefaultConfig()
169169 'annotations ' => array (
170170 'cache ' => 'file ' ,
171171 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' ,
172- 'debug ' => ' %kernel.debug% ' ,
172+ 'debug ' => true ,
173173 ),
174174 'serializer ' => array (
175175 'enabled ' => false ,
You can’t perform that action at this time.
0 commit comments