Commit b765290
committed
bug symfony#59580 [Config] Add missing
This PR was merged into the 7.2 branch.
Discussion
----------
[Config] Add missing `json_encode` flags when creating `.meta.json` files
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
So that cache:clear can find refs to `var/cache/de_` and patch them. (currently it fails as those are encoded as `var\/cache\/de_`.)
Commits
-------
23f05ac [Config] Add missing json_encode flag when creating .meta.json filesjson_encode flags when creating .meta.json files (nicolas-grekas)File tree
2 files changed
+2
-2
lines changed- src/Symfony/Component/Config
- Tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
0 commit comments