8000 minor #37236 remove unused param from validator service config (Tobion) · symfony/symfony@f1989fe · GitHub
[go: up one dir, main page]

Skip to content

Commit f1989fe

Browse files
committed
minor #37236 remove unused param from validator service config (Tobion)
This PR was merged into the 4.4 branch. Discussion ---------- remove unused param from validator service config | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | | License | MIT | Doc PR | Commits ------- d75ec21 remove unused param from validator service config
2 parents 2d781dd + d75ec21 commit f1989fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
66

77
<parameters>
8-
<parameter key="validator.mapping.cache.prefix" />
98
<parameter key="validator.mapping.cache.file">%kernel.cache_dir%/validation.php</parameter>
109
</parameters>
1110

0 commit comments

Comments
 (0)
0