Commit 560a484
committed
feature symfony#59814 [Framework] Deprecate the
This PR was merged into the 7.3 branch.
Discussion
----------
[Framework] Deprecate the `framework.validation.cache` config option
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | yes
| Issues | symfony#59800 (comment)
| License | MIT
The option is no-op, I think we should deprecate it
Commits
-------
b7e4074 [Framework] Deprecate the `framework.validation.cache` config optionframework.validation.cache config option (alexandre-daubois)File tree
3 files changed
+5
-2
lines changed- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
1037 | | - | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
1038 | 1040 | | |
1039 | 1041 | | |
1040 | 1042 | | |
| |||
0 commit comments