Commit 4a97419
committed
bug symfony#61798 [DependencyInjection] Improve services.schema.json (GromNaN)
This PR was merged into the 7.4 branch.
Discussion
----------
[DependencyInjection] Improve services.schema.json
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
An empty string cannot be used as parameter name.
Commits
-------
2f222c8 [DependencyInjection] Improve services.schema.jsonFile tree
1 file changed
+2
-2
lines changed- src/Symfony/Component/DependencyInjection/Loader/schema
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments