Skip to content

Commit

Permalink
minor #37236 remove unused param from validator service config (Tobion)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Jun 12, 2020
2 parents 2d781dd + d75ec21 commit f1989fe
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -5,7 +5,6 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">

<parameters>
<parameter key="validator.mapping.cache.prefix" />
<parameter key="validator.mapping.cache.file">%kernel.cache_dir%/validation.php</parameter>
</parameters>

Expand Down

0 comments on commit f1989fe

Please sign in to comment.