File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
4
4
3.4.0
5
5
-----
6
6
7
+ * Deprecated ` profiler.matcher ` option
7
8
* Added support for ` EventSubscriberInterface ` on ` MicroKernelTrait `
8
9
* Removed ` doctrine/cache ` from the list of required dependencies in ` composer.json `
9
10
* Deprecated ` validator.mapping.cache.doctrine.apc ` service
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
219
219
->booleanNode ('only_master_requests ' )->defaultFalse ()->end ()
220
220
->scalarNode ('dsn ' )->defaultValue ('file:%kernel.cache_dir%/profiler ' )->end ()
221
221
->arrayNode ('matcher ' )
222
+ ->setDeprecated ('The "profiler.matcher" configuration key has been deprecated in Symfony 3.4 and it will be removed in 4.0. ' )
222
223
->canBeEnabled ()
223
224
->performNoDeepMerging ()
224
225
->fixXmlConfig ('ip ' )
You can’t perform that action at this time.
0 commit comments