Skip to content

Commit 830cd42

Browse files
committed
deprecated profiler.matcher configuration
1 parent 12eb667 commit 830cd42

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
3.4.0
55
-----
66

7+
* Deprecated `profiler.matcher` option
78
* Added support for `EventSubscriberInterface` on `MicroKernelTrait`
89
* Removed `doctrine/cache` from the list of required dependencies in `composer.json`
910
* Deprecated `validator.mapping.cache.doctrine.apc` service

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
219219
->booleanNode('only_master_requests')->defaultFalse()->end()
220220
->scalarNode('dsn')->defaultValue('file:%kernel.cache_dir%/profiler')->end()
221221
->arrayNode('matcher')
222+
->setDeprecated('The "profiler.matcher" configuration key has been deprecated in Symfony 3.4 and it will be removed in 4.0.')
222223
->canBeEnabled()
223224
->performNoDeepMerging()
224225
->fixXmlConfig('ip')

0 commit comments

Comments
 (0)