Commit a0e0325
committed
feature #47367 [DependencyInjection] Handle INI arrays (MatTheCat)
This PR was submitted for the 4.4 branch but it was merged into the 6.2 branch instead.
Discussion
----------
[DependencyInjection] Handle INI arrays
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #47357
| License | MIT
| Doc PR | N/A
Commits
-------
f90525c Handle INI arraysFile tree
3 files changed
+11
-1
lines changed- src/Symfony/Component/DependencyInjection
- Loader
- Tests
- Fixtures/ini
- Loader
3 files changed
+11
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
0 commit comments